Skip to content

Files

Latest commit

author
github-actions
Dec 6, 2024
09e9f0d · Dec 6, 2024

History

History
18 lines (14 loc) · 1.35 KB

Usagemetric.md

File metadata and controls

18 lines (14 loc) · 1.35 KB

# Usagemetric

Properties

Name Type Description Notes
month string The year and month of the usage element. [optional]
usage_type string The usage type identifier for the usage. This is a single, billable metric for the product. [optional]
name string Full name of the product usage type as it might appear on a customer's invoice. [optional]
region string The geographical area applicable for regionally based products. [optional]
unit string 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]
quantity float The quantity of the usage for the product. [optional]
raw_quantity float The raw units measured for the product. [optional]
product_id string The product identifier associated with the usage type. This corresponds to a Fastly product offering. [optional]
last_updated_at string The date when the usage metric was last updated. [optional]

[Back to API list] [Back to README]