View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Sku (google_api_cloud_channel v0.11.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.