Show / Hide Table of Contents

Class AdminResource

The "admin" collection of methods.

Inheritance
object
AdminResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PubsubLite.v1
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class AdminResource

Constructors

AdminResource(IClientService)

Constructs a new resource.

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

Properties

Projects

Gets the Projects resource.

Declaration
public virtual AdminResource.ProjectsResource Projects { get; }
Property Value
Type Description
AdminResource.ProjectsResource
In this article
Back to top Generated by DocFX