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