Show / Hide Table of Contents

Class GoogleCloudChannelV1SkuPurchaseGroup

Represents a set of SKUs that must be purchased using the same billing account.

Inheritance
object
GoogleCloudChannelV1SkuPurchaseGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1SkuPurchaseGroup : IDirectResponseSchema

Properties

BillingAccountPurchaseInfos

List of billing accounts that are eligible to purhcase these SKUs.

Declaration
[JsonProperty("billingAccountPurchaseInfos")]
public virtual IList<GoogleCloudChannelV1BillingAccountPurchaseInfo> BillingAccountPurchaseInfos { get; set; }
Property Value
Type Description
IList<GoogleCloudChannelV1BillingAccountPurchaseInfo>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Skus

Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

Declaration
[JsonProperty("skus")]
public virtual IList<string> Skus { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX