google_api_admin v0.9.0 GoogleApi.Admin.Reports_v1.Model.UsageReport View Source
JSON template for a usage report.
Attributes
date(type:String.t, default:nil) - The date of the report request.entity(type:GoogleApi.Admin.Reports_v1.Model.UsageReportEntity.t, default:nil) - Information about the type of the item.etag(type:String.t, default:nil) - ETag of the resource.kind(type:String.t, default:admin#reports#usageReport) - The type of API resource. For a usage report, the value is admin#reports#usageReport.parameters(type:list(GoogleApi.Admin.Reports_v1.Model.UsageReportParameters.t), default:nil) - Parameter value pairs for various applications. For the Customers usage report parameters and values, see the customer usage parameters reference.
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.UsageReport{
date: String.t(),
entity: GoogleApi.Admin.Reports_v1.Model.UsageReportEntity.t(),
etag: String.t(),
kind: String.t(),
parameters: [GoogleApi.Admin.Reports_v1.Model.UsageReportParameters.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.