View Source GoogleApi.Admin.Reports_v1.Model.UsageReportParameters (google_api_admin v0.40.0)

Attributes

  • boolValue (type: boolean(), default: nil) - Output only. 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) - Output only. Integer value of the parameter.
  • msgValue (type: list(map()), default: nil) - Output only. Nested message value of the parameter.
  • name (type: String.t, default: nil) - The name of the parameter. For the User Usage Report parameter names, see the User Usage parameters reference.
  • stringValue (type: String.t, default: nil) - Output only. String value of the parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.