public sealed class SkuGroup : IMessage<SkuGroup>, IEquatable<SkuGroup>, IDeepCloneable<SkuGroup>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class SkuGroup.
Message describing SkuGroup resource
Namespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
SkuGroup()
public SkuGroup()SkuGroup(SkuGroup)
public SkuGroup(SkuGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
SkuGroup |
Properties
CloudBillingSkus
public RepeatedField<string> CloudBillingSkus { get; }Output only. Google SKUs included in the SkuGroup.
Used for partner products sold by Google, such as Premium Operating System Images sold for use in Compute Engine. This is not common. SKUs of this type are not present on this API and can instead be found on the Cloud Billing API or at https://cloud.google.com/skus.
Format: services/{service}/skus/{sku}
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Name
public string Name { get; set; }Output only. Identifier. Name of the SkuGroup.
| 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 |
|
Skus
public RepeatedField<string> Skus { get; }Output only. Partner SKUs included in the SkuGroup.
Format:
projects/{project}/locations/{location}/services/{service}/skus/{sku}
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SkusAsSkuNames
public ResourceNameList<SkuName> SkusAsSkuNames { get; }| Property Value | |
|---|---|
| Type | Description |
ResourceNameListSkuName |
|