public sealed class StandardOffer.Types.PriceModel.Types.SkuList : IMessage<StandardOffer.Types.PriceModel.Types.SkuList>, IEquatable<StandardOffer.Types.PriceModel.Types.SkuList>, IDeepCloneable<StandardOffer.Types.PriceModel.Types.SkuList>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class StandardOffer.Types.PriceModel.Types.SkuList.
A collection of SKUs.
Implements
IMessageStandardOfferTypesPriceModelTypesSkuList, IEquatableStandardOfferTypesPriceModelTypesSkuList, IDeepCloneableStandardOfferTypesPriceModelTypesSkuList, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
SkuList()
public SkuList()SkuList(SkuList)
public SkuList(StandardOffer.Types.PriceModel.Types.SkuList other)| Parameter | |
|---|---|
| Name | Description |
other |
StandardOfferTypesPriceModelTypesSkuList |
Properties
Skus
public RepeatedField<string> Skus { get; }Output only. List of SKUs by name.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SkusAsSkuNames
public ResourceNameList<SkuName> SkusAsSkuNames { get; }| Property Value | |
|---|---|
| Type | Description |
ResourceNameListSkuName |
|