fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Serviceusagemetric

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customer_id** | Option<**String**> |  | [readonly]
**service_id** | Option<**String**> | Service ID associated with the usage. | 
**service_name** | Option<**String**> | Name of the service associated with the usage. | 
**usage_units** | Option<**f32**> | The quantity of the usage for the billing period. Amount will be in the units provided in the parent object (e.g., a quantity of `1.3` with a unit of `gb` would have a usage amount of 1.3 gigabytes). | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)