google_api_admin v0.7.0 GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters View Source
Attributes
boolValue
(type:boolean()
, default:nil
) - Boolean value of the parameter.intValue
(type:String.t
, default:nil
) - Integral value of the parameter.messageValue
(type:GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMessageValue.t
, default:nil
) - Nested value of the parameter.multiIntValue
(type:list(String.t)
, default:nil
) - Multi-int value of the parameter.multiMessageValue
(type:list(GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMultiMessageValue.t)
, default:nil
) - Nested values of the parameter.multiValue
(type:list(String.t)
, default:nil
) - Multi-string value 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.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.