Class BillingAccountsResource.SkusResource
The "skus" collection of methods.
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class BillingAccountsResource.SkusResource
Constructors
SkusResource(IClientService)
Constructs a new resource.
Declaration
public SkusResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Price
Gets the Price resource.
Declaration
public virtual BillingAccountsResource.SkusResource.PriceResource Price { get; }
Property Value
Type | Description |
---|---|
BillingAccountsResource.SkusResource.PriceResource |
Prices
Gets the Prices resource.
Declaration
public virtual BillingAccountsResource.SkusResource.PricesResource Prices { get; }
Property Value
Type | Description |
---|---|
BillingAccountsResource.SkusResource.PricesResource |
Methods
Get(string)
Gets a SKU visible to a billing account.
Declaration
public virtual BillingAccountsResource.SkusResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the billing account SKU to retrieve. Format: billingAccounts/{billing_account}/skus/{sku} |
Returns
Type | Description |
---|---|
BillingAccountsResource.SkusResource.GetRequest |
List(string)
Lists SKUs visible to a billing account.
Declaration
public virtual BillingAccountsResource.SkusResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The billing account to list billing account SKU from. Format: billingAccounts/{billing_account} |
Returns
Type | Description |
---|---|
BillingAccountsResource.SkusResource.ListRequest |