Show / Hide Table of Contents

Class ServicesResource.SkusResource

The "skus" collection of methods.

Inheritance
object
ServicesResource.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.v1
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class ServicesResource.SkusResource

Constructors

SkusResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all publicly available SKUs for a given cloud service.

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

Required. The name of the service. Example: "services/6F81-5844-456A"

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