Class UsersResource.GetCapabilitiesRequest
Gets the user capabilities.
Inheritance
UsersResource.GetCapabilitiesRequest
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class UsersResource.GetCapabilitiesRequest : DriveLabelsBaseServiceRequest<GoogleAppsDriveLabelsV2betaUserCapabilities>, IClientServiceRequest<GoogleAppsDriveLabelsV2betaUserCapabilities>, IClientServiceRequest
Constructors
GetCapabilitiesRequest(IClientService, string)
Constructs a new GetCapabilities request.
Declaration
public GetCapabilitiesRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
Customer
The customer to scope this request to. For example: "customers/abcd1234". If unset, will return settings within the current customer.
Declaration
[RequestParameter("customer", RequestParameterType.Query)]
public virtual string Customer { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveLabels.v2beta.Data.GoogleAppsDriveLabelsV2betaUserCapabilities>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveLabels.v2beta.Data.GoogleAppsDriveLabelsV2betaUserCapabilities>.MethodName
Name
Required. The resource name of the user. Only "users/me/capabilities" is supported.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DriveLabels.v2beta.Data.GoogleAppsDriveLabelsV2betaUserCapabilities>.RestPath
Methods
InitParameters()
Initializes GetCapabilities parameter list.
Declaration
protected override void InitParameters()