Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1018 Bytes

QuotaPlan.md

File metadata and controls

20 lines (15 loc) · 1018 Bytes

PollinationSDK.Model.QuotaPlan

Properties

Name Type Description Notes
Type QuotaType The name of the quota [readonly]
Resets bool Whether consumption is reset to 0 every month [optional] [default to false]
Limit double The maximum amount of a resource that a subscription allows [optional]
Enforced bool Whether the limit is triggers a blocking response from the server [optional] [default to false]
MaxLimit double The maximum amount of a resource that a subscription allows [optional]
DisplayName string The human-readable name [optional]
Description string The description [optional]
Unit string The unit in which the usage and limit are measured [optional]

[Back to Model list] [Back to API list] [Back to README]