google_api_admin v0.18.0 GoogleApi.Admin.Reports_v1.Model.UsageReportParameters View Source

Attributes

  • boolValue (type: boolean(), default: nil) - Boolean value of the parameter.
  • datetimeValue (type: DateTime.t, default: nil) - The RFC 3339 formatted value of the parameter, for example 2010-10-28T10:26:35.000Z.
  • intValue (type: String.t, default: nil) - Integer value of the parameter.
  • msgValue (type: list(map()), default: nil) - Nested message value of the parameter.
  • name (type: String.t, default: nil) -
  • stringValue (type: String.t, default: nil) - String value of the parameter.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportParameters{
  boolValue: boolean(),
  datetimeValue: DateTime.t(),
  intValue: String.t(),
  msgValue: [map()],
  name: String.t(),
  stringValue: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.