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

Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs.

Attributes

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

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.GoogleCloudChannelV1Sku{
  marketingInfo:
    GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1MarketingInfo.t() | nil,
  name: String.t() | nil,
  product: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Product.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.