Show / Hide Table of Contents

Class SkusResource.PricesResource

The "prices" collection of methods.

Inheritance
object
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 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 all SKUs.

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

Required. To list the prices for all SKUs, use - as the SKU ID. Format: skus/- Specifying a specific SKU ID returns a collection with one Price object for the SKU.

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