Class Sku (1.2.0)

public sealed class Sku : IMessage<Sku>, IEquatable<Sku>, IDeepCloneable<Sku>, IBufferMessage, IMessage

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.

Inheritance

Object > Sku

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Sku()

public Sku()

Sku(Sku)

public Sku(Sku other)
Parameter
NameDescription
otherSku

Properties

MarketingInfo

public MarketingInfo MarketingInfo { get; set; }

Marketing information for the SKU.

Property Value
TypeDescription
MarketingInfo

Name

public string Name { get; set; }

Resource Name of the SKU. Format: products/{product_id}/skus/{sku_id}

Property Value
TypeDescription
String

Product

public Product Product { get; set; }

Product the SKU is associated with.

Property Value
TypeDescription
Product

SkuName

public SkuName SkuName { get; set; }

SkuName-typed view over the Name resource name property.

Property Value
TypeDescription
SkuName