View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Product (google_api_cloud_channel v0.6.0)

A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.

Attributes

  • marketingInfo (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1MarketingInfo.t, default: nil) - Marketing information for the product.
  • name (type: String.t, default: nil) - Resource Name of the Product. Format: products/{product_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Product{
  marketingInfo:
    GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1MarketingInfo.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.