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.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
SkuGroup()
public SkuGroup()
SkuGroup(SkuGroup)
public SkuGroup(SkuGroup other)
Parameter | |
---|---|
Name | Description |
other | SkuGroup |
Properties
DisplayName
public string DisplayName { get; set; }
Unique human readable identifier for the SKU group.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
SkuGroupName
public SkuGroupName SkuGroupName { get; set; }
SkuGroupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SkuGroupName |