View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportValue (google_api_cloud_channel v0.6.0)
A single report value.
Attributes
-
dateTimeValue
(type:GoogleApi.CloudChannel.V1.Model.GoogleTypeDateTime.t
, default:nil
) - A value of typegoogle.type.DateTime
(year, month, day, hour, minute, second, and UTC offset or timezone.) -
dateValue
(type:GoogleApi.CloudChannel.V1.Model.GoogleTypeDate.t
, default:nil
) - A value of typegoogle.type.Date
(year, month, day). -
decimalValue
(type:GoogleApi.CloudChannel.V1.Model.GoogleTypeDecimal.t
, default:nil
) - A value of typegoogle.type.Decimal
, representing non-integer numeric values. -
intValue
(type:String.t
, default:nil
) - A value of typeint
. -
moneyValue
(type:GoogleApi.CloudChannel.V1.Model.GoogleTypeMoney.t
, default:nil
) - A value of typegoogle.type.Money
(currency code, whole units, decimal units). -
stringValue
(type:String.t
, default:nil
) - A value of typestring
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportValue{ dateTimeValue: GoogleApi.CloudChannel.V1.Model.GoogleTypeDateTime.t() | nil, dateValue: GoogleApi.CloudChannel.V1.Model.GoogleTypeDate.t() | nil, decimalValue: GoogleApi.CloudChannel.V1.Model.GoogleTypeDecimal.t() | nil, intValue: String.t() | nil, moneyValue: GoogleApi.CloudChannel.V1.Model.GoogleTypeMoney.t() | nil, stringValue: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.