Cloud Channel v1 API - Class Sku (2.12.0)

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.

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
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; }

SkuName-typed view over the Name resource name property.

Property Value
Type Description
SkuName