Show / Hide Table of Contents

Class ServicesResource

The "services" collection of methods.

Inheritance
System.Object
ServicesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Google.Apis.Services.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