Show / Hide Table of Contents

Class SkusResource

The "skus" collection of methods.

Inheritance
object
SkusResource
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

Constructors

SkusResource(IClientService)

Constructs a new resource.

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

Properties

Price

Gets the Price resource.

Declaration
public virtual SkusResource.PriceResource Price { get; }
Property Value
Type Description
SkusResource.PriceResource

Prices

Gets the Prices resource.

Declaration
public virtual SkusResource.PricesResource Prices { get; }
Property Value
Type Description
SkusResource.PricesResource
In this article
Back to top Generated by DocFX