Class PermissionsResource.GetIdForEmailRequest
Returns the permission ID for an email address.
Inheritance
System.Object
PermissionsResource.GetIdForEmailRequest
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.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class 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 | |
System.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 |
---|---|
System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.PermissionId>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.PermissionId>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.PermissionId>.RestPath
Methods
InitParameters()
Initializes GetIdForEmail parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Drive.v2.DriveBaseServiceRequest<Google.Apis.Drive.v2.Data.PermissionId>.InitParameters()