public sealed class StandardOffer.Types.PriceModel.Types.SkuGroupList : IMessage<StandardOffer.Types.PriceModel.Types.SkuGroupList>, IEquatable<StandardOffer.Types.PriceModel.Types.SkuGroupList>, IDeepCloneable<StandardOffer.Types.PriceModel.Types.SkuGroupList>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class StandardOffer.Types.PriceModel.Types.SkuGroupList.
A collection of SkuGroups.
Implements
IMessageStandardOfferTypesPriceModelTypesSkuGroupList, IEquatableStandardOfferTypesPriceModelTypesSkuGroupList, IDeepCloneableStandardOfferTypesPriceModelTypesSkuGroupList, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
SkuGroupList()
public SkuGroupList()SkuGroupList(SkuGroupList)
public SkuGroupList(StandardOffer.Types.PriceModel.Types.SkuGroupList other)| Parameter | |
|---|---|
| Name | Description |
other |
StandardOfferTypesPriceModelTypesSkuGroupList |
Properties
SkuGroups
public RepeatedField<string> SkuGroups { get; }Output only. List of SkuGroups by name.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SkuGroupsAsSkuGroupNames
public ResourceNameList<SkuGroupName> SkuGroupsAsSkuGroupNames { get; }SkuGroupName-typed view over the SkuGroups resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListSkuGroupName |
|