Cloud Channel v1 API - Class SkuGroup (2.11.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class SkuGroup.

Represents the SKU group information.

Inheritance

object > SkuGroup

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

SkuGroup()

public SkuGroup()

SkuGroup(SkuGroup)

public SkuGroup(SkuGroup other)
Parameter
NameDescription
otherSkuGroup

Properties

DisplayName

public string DisplayName { get; set; }

Unique human readable identifier for the SKU group.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".

Property Value
TypeDescription
string

SkuGroupName

public SkuGroupName SkuGroupName { get; set; }

SkuGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
SkuGroupName