Table of Contents

Class LimitInfo

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class LimitInfo
Inheritance
LimitInfo
Inherited Members

Properties

Max

Limit total for the organization.

public int Max { get; set; }

Property Value

int

Remaining

Total number of calls or events left for the organization.

public int Remaining { get; set; }

Property Value

int