google_api_admin v0.2.0 GoogleApi.Admin.Reports_v1.Model.UsageReportParameters View Source
Attributes
- boolValue (boolean()): Boolean value of the parameter. Defaults to:
null. - datetimeValue (DateTime.t): RFC 3339 formatted value of the parameter. Defaults to:
null. - intValue (String.t): Integral value of the parameter. Defaults to:
null. - msgValue ([Object]): Nested message value of the parameter. Defaults to:
null. - name (String.t): The name of the parameter. Defaults to:
null. - stringValue (String.t): String value of the parameter. Defaults to:
null.
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()
View Source
t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportParameters{
boolValue: any(),
datetimeValue: DateTime.t(),
intValue: any(),
msgValue: [GoogleApi.Admin.Reports_v1.Model.Object.t()],
name: any(),
stringValue: any()
}
t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportParameters{
boolValue: any(),
datetimeValue: DateTime.t(),
intValue: any(),
msgValue: [GoogleApi.Admin.Reports_v1.Model.Object.t()],
name: any(),
stringValue: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.