Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

File metadata and controls

17 lines (13 loc) · 1.1 KB

UsageResponse

Properties

Name Type Description Notes
certificate_per_month int Total number of certificates available per month. [optional]
consumed_certificates int Number of certificates requested for the current month. [optional]
consumed_credits float Number of used credits for the current month. [optional]
consumed_timestamps int Number of timestamps created for the current month. [optional]
credits_per_month float Represents the total number of credits per month. [optional]
limitation_type int Determines which usage metric is applied (0 = credits, 1 = timestamps). [optional]
remaining_credits float Remaining number of credits for the current month. [optional]
timestamps_per_month int Total number of timestamps available per month. [optional]

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