google_api_admin v0.3.0 GoogleApi.Admin.Reports_v1.Model.UsageReports View Source
JSON template for a collection of usage reports.
Attributes
- etag (String.t): ETag of the resource. Defaults to:
null
. - kind (String.t): The kind of object. Defaults to:
null
. - nextPageToken (String.t): Token for retrieving the next page Defaults to:
null
. - usageReports ([UsageReport]): Various application parameter records. Defaults to:
null
. - warnings ([UsageReportsWarnings]): Warnings if any. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReports{
etag: any(),
kind: any(),
nextPageToken: any(),
usageReports: [GoogleApi.Admin.Reports_v1.Model.UsageReport.t()],
warnings: [GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings.t()]
}
t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReports{ etag: any(), kind: any(), nextPageToken: any(), usageReports: [GoogleApi.Admin.Reports_v1.Model.UsageReport.t()], warnings: [GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.