Class GoogleCloudChannelV1QueryEligibleBillingAccountsResponse
Response message for QueryEligibleBillingAccounts.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1QueryEligibleBillingAccountsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SkuPurchaseGroups
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account. Each SKU from [QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU group.
Declaration
[JsonProperty("skuPurchaseGroups")]
public virtual IList<GoogleCloudChannelV1SkuPurchaseGroup> SkuPurchaseGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudChannelV1SkuPurchaseGroup> |