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

JSON template for a collection of usage reports.

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: admin#reports#usageReports) - The kind of object.
  • nextPageToken (type: String.t, default: nil) - Token for retrieving the next page
  • usageReports (type: list(GoogleApi.Admin.Reports_v1.Model.UsageReport.t), default: nil) - Various application parameter records.
  • warnings (type: list(GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings.t), default: nil) - Warnings if any.

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.UsageReports{
  etag: String.t(),
  kind: String.t(),
  nextPageToken: String.t(),
  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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.