Class GoogleCloudChannelV1Sku
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.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Sku : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MarketingInfo
Marketing information for the SKU.
Declaration
[JsonProperty("marketingInfo")]
public virtual GoogleCloudChannelV1MarketingInfo MarketingInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1MarketingInfo |
Name
Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
Product the SKU is associated with.
Declaration
[JsonProperty("product")]
public virtual GoogleCloudChannelV1Product Product { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1Product |