Cloud Controls Partner v1 API - Class Sku (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud Controls Partner v1 API class Sku.

Represents the SKU a partner owns inside Google Cloud to sell to customers.

Inheritance

object > Sku

Namespace

Google.Cloud.CloudControlsPartner.V1

Assembly

Google.Cloud.CloudControlsPartner.V1.dll

Constructors

Sku()

public Sku()

Sku(Sku)

public Sku(Sku other)
Parameter
Name Description
other Sku

Properties

DisplayName

public string DisplayName { get; set; }

Display name of the product identified by the SKU. A partner may want to show partner branded names for their offerings such as local sovereign cloud solutions.

Property Value
Type Description
string

Id

public string Id { get; set; }

Argentum product SKU, that is associated with the partner offerings to customers used by Syntro for billing purposes. SKUs can represent resold Google products or support services.

Property Value
Type Description
string