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

Attributes

  • boolValue (boolean()): Boolean value of the parameter. Defaults to nil.
  • datetimeValue (DateTime.t): RFC 3339 formatted value of the parameter. Defaults to nil.
  • intValue (String.t): Integral value of the parameter. Defaults to nil.
  • msgValue (list(map())): Nested message value of the parameter. Defaults to nil.
  • name (String.t): The name of the parameter. Defaults to nil.
  • stringValue (String.t): String value of the parameter. 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.UsageReportParameters{
  boolValue: boolean(),
  datetimeValue: DateTime.t(),
  intValue: String.t(),
  msgValue: [map()],
  name: String.t(),
  stringValue: String.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.