GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters (google_api_admin v0.23.0) View Source
Attributes
-
boolValue(type:boolean(), default:nil) - Boolean value of the parameter. -
intValue(type:String.t, default:nil) - Integer value of the parameter. -
messageValue(type:GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMessageValue.t, default:nil) - Nested parameter value pairs associated with this parameter. Complex value type for a parameter are returned as a list of parameter values. For example, the address parameter may have a value as [{parameter: [{name: city, value: abc}]}] -
multiIntValue(type:list(String.t), default:nil) - Integer values of the parameter. -
multiMessageValue(type:list(GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMultiMessageValue.t), default:nil) - List of messageValue objects. -
multiValue(type:list(String.t), default:nil) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.