Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.44 KB

File metadata and controls

18 lines (13 loc) · 1.44 KB

ServiceusagemetricsData

Properties

Name Type Description Notes
customer_id str [optional] [readonly]
start_time datetime Date and time (in ISO 8601 format) for initiation point of a billing cycle, signifying the start of charges for a service or subscription. [optional]
end_time datetime Date and time (in ISO 8601 format) for termination point of a billing cycle, signifying the end of charges for a service or subscription. [optional]
usage_type str The usage type identifier for the usage. This is a single, billable metric for the product. [optional]
unit str The unit for the usage as shown on an invoice. If there is no explicit unit, this field will be "unit" (e.g., a request with product_id of 'cdn_usage' and usage_type of 'North America Requests' has no unit, and will return "unit"). [optional]
details [Serviceusagemetric] [optional]
meta Metadata [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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