Class PermissionsResource.GetIdForEmailRequest
Returns the permission ID for an email address.
Inheritance
PermissionsResource.GetIdForEmailRequest
Inherited Members
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class PermissionsResource.GetIdForEmailRequest : DriveBaseServiceRequest<PermissionId>, IClientServiceRequest<PermissionId>, IClientServiceRequest
Constructors
GetIdForEmailRequest(IClientService, string)
Constructs a new GetIdForEmail request.
Declaration
public GetIdForEmailRequest(IClientService service, string email)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string |
Properties
The email address for which to return a permission ID
Declaration
[RequestParameter("email", RequestParameterType.Path)]
public virtual string Email { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetIdForEmail parameter list.
Declaration
protected override void InitParameters()