Show / Hide Table of Contents

Class SkusResource.PriceResource

The "price" collection of methods.

Inheritance
object
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 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 the given SKU.

Declaration
public virtual SkusResource.PriceResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the latest price to retrieve. Format: skus/{sku}/price

Returns
Type Description
SkusResource.PriceResource.GetRequest
In this article
Back to top Generated by DocFX