View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ReportValue (google_api_cloud_channel v0.4.0)

A single report value.

Attributes

  • dateTimeValue (type: GoogleApi.CloudChannel.V1.Model.GoogleTypeDateTime.t, default: nil) - A value of type google.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 type google.type.Date (year, month, day).
  • decimalValue (type: GoogleApi.CloudChannel.V1.Model.GoogleTypeDecimal.t, default: nil) - A value of type google.type.Decimal, representing non-integer numeric values.
  • intValue (type: String.t, default: nil) - A value of type int.
  • moneyValue (type: GoogleApi.CloudChannel.V1.Model.GoogleTypeMoney.t, default: nil) - A value of type google.type.Money (currency code, whole units, decimal units).
  • stringValue (type: String.t, default: nil) - A value of type string.

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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.