google_api_admin v0.11.0 GoogleApi.Admin.Reports_v1.Model.UsageReports View Source
Attributes
etag
(type:String.t
, default:nil
) - ETag of the resource.kind
(type:String.t
, default:admin#reports#usageReports
) - The type of API resource. For a usage report, the value is admin#reports#usageReports.nextPageToken
(type:String.t
, default:nil
) - Token to specify next page. A report with multiple pages has a nextPageToken property in the response. For your follow-on requests getting all of the report's pages, enter the nextPageToken value in the pageToken query string.usageReports
(type:list(GoogleApi.Admin.Reports_v1.Model.UsageReport.t)
, default:nil
) - Various application parameter records.warnings
(type:list(GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings.t)
, default:nil
) - Warnings, if any.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Admin.Reports_v1.Model.UsageReports{ etag: String.t(), kind: String.t(), nextPageToken: String.t(), usageReports: [GoogleApi.Admin.Reports_v1.Model.UsageReport.t()], warnings: [GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.