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

JSON template for a collection of usage reports.

Attributes

  • etag (String.t): ETag of the resource. Defaults to nil.
  • kind (String.t): The kind of object. Defaults to admin#reports#usageReports.
  • nextPageToken (String.t): Token for retrieving the next page Defaults to nil.
  • usageReports (list(GoogleApi.Admin.Reports_v1.Model.UsageReport.t)): Various application parameter records. Defaults to nil.
  • warnings (list(GoogleApi.Admin.Reports_v1.Model.UsageReportsWarnings.t)): Warnings if any. 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.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.