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

Attributes

  • boolValue (boolean()): Boolean value of the parameter. Defaults to nil.
  • intValue (String.t): Integral value of the parameter. Defaults to nil.
  • messageValue (GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMessageValue.t): Nested value of the parameter. Defaults to nil.
  • multiIntValue (list(String.t)): Multi-int value of the parameter. Defaults to nil.
  • multiMessageValue (list(GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMultiMessageValue.t)): Nested values of the parameter. Defaults to nil.
  • multiValue (list(String.t)): Multi-string value of the parameter. Defaults to nil.
  • name (String.t): The name of the parameter. Defaults to nil.
  • value (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.ActivityEventsParameters{
  boolValue: boolean(),
  intValue: String.t(),
  messageValue:
    GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMessageValue.t(),
  multiIntValue: [String.t()],
  multiMessageValue: [
    GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMultiMessageValue.t()
  ],
  multiValue: [String.t()],
  name: String.t(),
  value: 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.