Show / Hide Table of Contents

Class BillingAccountsResource.SkusResource.PriceResource

The "price" collection of methods.

Inheritance
object
BillingAccountsResource.SkusResource.PriceResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX