Show / Hide Table of Contents

Class UsersResource

The "users" collection of methods.

Inheritance
object
UsersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DriveLabels.v2
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class UsersResource

Constructors

UsersResource(IClientService)

Constructs a new resource.

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

Methods

GetCapabilities(string)

Gets the user capabilities.

Declaration
public virtual UsersResource.GetCapabilitiesRequest GetCapabilities(string name)
Parameters
Type Name Description
string name

Required. The resource name of the user. Only "users/me/capabilities" is supported.

Returns
Type Description
UsersResource.GetCapabilitiesRequest
In this article
Back to top Generated by DocFX