Resource: UsageReports
| JSON representation | 
|---|
| {
  "kind": string,
  "etag": string,
  "warnings": [
    {
      "code": string,
      "message": string,
      "data": [
        {
          "key": string,
          "value": string
        }
      ]
    }
  ],
  "usageReports": [
    {
      object ( | 
| Fields | |
|---|---|
| kind | 
 The type of API resource. For a usage report, the value is  | 
| etag | 
 ETag of the resource. | 
| warnings[] | 
 Warnings, if any. | 
| warnings[].code | 
 Machine readable code or warning type. The warning code value is  | 
| warnings[].message | 
 The human readable messages for a warning are: 
 | 
| warnings[].data[] | 
 Key-value pairs to give detailed information on the warning. | 
| warnings[].data[].key | 
 Key associated with a key-value pair to give detailed information on the warning. | 
| warnings[].data[].value | 
 Value associated with a key-value pair to give detailed information on the warning. | 
| usageReports[] | 
 Various application parameter records. | 
| nextPageToken | 
 Token to specify next page. A report with multiple pages has a  | 
| Methods | |
|---|---|
| 
 | Retrieves a report which is a collection of properties and statistics for a set of users with the account. |