google_api_admin v0.7.0 GoogleApi.Admin.Reports_v1.Model.UsageReport View Source

JSON template for a usage report.

Attributes

  • date (type: String.t, default: nil) - The date to which the record belongs.
  • 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 kind of object.
  • parameters (type: list(GoogleApi.Admin.Reports_v1.Model.UsageReportParameters.t), default: nil) - Parameter value pairs for various applications.

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() :: %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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.