GoogleApi.Admin.Reports_v1.Model.NestedParameter (google_api_admin v0.37.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.