Show / Hide Table of Contents

Class ServicesResource

The "services" collection of methods.

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

Constructors

ServicesResource(IClientService)

Constructs a new resource.

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

Properties

Skus

Gets the Skus resource.

Declaration
public virtual ServicesResource.SkusResource Skus { get; }
Property Value
Type Description
ServicesResource.SkusResource

Methods

List()

Lists all public cloud services.

Declaration
public virtual ServicesResource.ListRequest List()
Returns
Type Description
ServicesResource.ListRequest
In this article
Back to top Generated by DocFX