Show / Hide Table of Contents

Class BillingAccountsResource.SkusResource.PricesResource

The "prices" collection of methods.

Inheritance
object
BillingAccountsResource.SkusResource.PricesResource
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.PricesResource

Constructors

PricesResource(IClientService)

Constructs a new resource.

Declaration
public PricesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists the latest prices for SKUs available to your Cloud Billing account.

Declaration
public virtual BillingAccountsResource.SkusResource.PricesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. To list all Billing Account SKUs, use - as the SKU ID. Format: billingAccounts/{billing_account}/skus/- Note: Specifying an actual SKU resource id will return a collection of one Billing Account Price.

Returns
Type Description
BillingAccountsResource.SkusResource.PricesResource.ListRequest
In this article
Back to top Generated by DocFX