GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Product (google_api_cloud_channel v0.11.4)

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}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.