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

JSON template for a usage report.

Attributes

  • date (String.t): The date to which the record belongs. Defaults to nil.
  • entity (GoogleApi.Admin.Reports_v1.Model.UsageReportEntity.t): Information about the type of the item. Defaults to nil.
  • etag (String.t): ETag of the resource. Defaults to nil.
  • kind (String.t): The kind of object. Defaults to admin#reports#usageReport.
  • parameters (list(GoogleApi.Admin.Reports_v1.Model.UsageReportParameters.t)): Parameter value pairs for various applications. Defaults to nil.

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.