Usage interface
Represents usage data that includes a count and a limit for a specific aspect.
Properties
count | Gets the current count or usage. |
limit | Gets the maximum limit or capacity. |
Property Details
count
Gets the current count or usage.
count: number
Property Value
number
limit
Gets the maximum limit or capacity.
limit: number
Property Value
number