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

JSON template for a parameter used in various reports.

Attributes

  • boolValue (type: boolean(), default: nil) - Boolean value of the parameter.
  • intValue (type: String.t, default: nil) - Integer value of the parameter.
  • multiBoolValue (type: list(boolean()), default: nil) - Multiple boolean values of the parameter.
  • multiIntValue (type: list(String.t), default: nil) - Multiple integer values of the parameter.
  • multiValue (type: list(String.t), default: nil) - Multiple string values of the parameter.
  • name (type: String.t, default: nil) - The name of the parameter.
  • value (type: String.t, default: nil) - String value of the parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Reports_v1.Model.NestedParameter{
  boolValue: boolean() | nil,
  intValue: String.t() | nil,
  multiBoolValue: [boolean()] | nil,
  multiIntValue: [String.t()] | nil,
  multiValue: [String.t()] | nil,
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.