google_api_admin v0.5.0 GoogleApi.Admin.Reports_v1.Model.NestedParameter View Source
JSON template for a parameter used in various reports.
Attributes
- boolValue (boolean()): Boolean value of the parameter. Defaults to
nil. - intValue (String.t): Integral value of the parameter. Defaults to
nil. - multiBoolValue (list(boolean())): Multiple boolean values of the parameter. Defaults to
nil. - multiIntValue (list(String.t)): Multiple integral values of the parameter. Defaults to
nil. - multiValue (list(String.t)): Multiple string values 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.