View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Value (google_api_cloud_channel v0.6.1)

Data type and value of a parameter.

Attributes

  • boolValue (type: boolean(), default: nil) - Represents a boolean value.
  • doubleValue (type: float(), default: nil) - Represents a double value.
  • int64Value (type: String.t, default: nil) - Represents an int64 value.
  • protoValue (type: map(), default: nil) - Represents an 'Any' proto value.
  • stringValue (type: String.t, default: nil) - Represents a string value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Value{
  boolValue: boolean() | nil,
  doubleValue: float() | nil,
  int64Value: String.t() | nil,
  protoValue: map() | nil,
  stringValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.