Class BillingAccountsResource.SkusResource.PriceResource
The "price" collection of methods.
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class BillingAccountsResource.SkusResource.PriceResource
Constructors
PriceResource(IClientService)
Constructs a new resource.
Declaration
public PriceResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets the latest price for SKUs available to your Cloud Billing account.
Declaration
public virtual BillingAccountsResource.SkusResource.PriceResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the billing account price to retrieve. Format: billingAccounts/{billing_account}/skus/{sku}/price |
Returns
Type | Description |
---|---|
BillingAccountsResource.SkusResource.PriceResource.GetRequest |