google_api_admin v0.2.0 GoogleApi.Admin.Reports_v1.Model.UsageReport View Source
JSON template for a usage report.
Attributes
- parameters ([UsageReportParameters]): Parameter value pairs for various applications. Defaults to:
null. - date (String.t): The date to which the record belongs. Defaults to:
null. - entity (UsageReportEntity): Defaults to:
null. - etag (String.t): ETag of the resource. Defaults to:
null. - kind (String.t): The kind of object. 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.UsageReport{
date: any(),
entity: GoogleApi.Admin.Reports_v1.Model.UsageReportEntity.t(),
etag: any(),
kind: any(),
parameters: [GoogleApi.Admin.Reports_v1.Model.UsageReportParameters.t()]
}
t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReport{
date: any(),
entity: GoogleApi.Admin.Reports_v1.Model.UsageReportEntity.t(),
etag: any(),
kind: any(),
parameters: [GoogleApi.Admin.Reports_v1.Model.UsageReportParameters.t()]
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.