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

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}

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.