Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
System.Object
ProjectsResource
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.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

HmacKeys

Gets the HmacKeys resource.

Declaration
public virtual ProjectsResource.HmacKeysResource HmacKeys { get; }
Property Value
Type Description
ProjectsResource.HmacKeysResource

ServiceAccount

Gets the ServiceAccount resource.

Declaration
public virtual ProjectsResource.ServiceAccountResource ServiceAccount { get; }
Property Value
Type Description
ProjectsResource.ServiceAccountResource
In This Article
Back to top