public sealed class Sku : IMessage<Sku>, IEquatable<Sku>, IDeepCloneable<Sku>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class Sku.
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.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Sku()
public Sku()
Sku(Sku)
public Sku(Sku other)
Parameter | |
---|---|
Name | Description |
other | Sku |
Properties
MarketingInfo
public MarketingInfo MarketingInfo { get; set; }
Marketing information for the SKU.
Property Value | |
---|---|
Type | Description |
MarketingInfo |
Name
public string Name { get; set; }
Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}
Property Value | |
---|---|
Type | Description |
String |
Product
public Product Product { get; set; }
Product the SKU is associated with.
Property Value | |
---|---|
Type | Description |
Product |
SkuName
public SkuName SkuName { get; set; }
Property Value | |
---|---|
Type | Description |
SkuName |