Class UsersResource.SettingsResource.CseResource.IdentitiesResource.GetRequest
Retrieves a client-side encryption identity configuration.
Inheritance
UsersResource.SettingsResource.CseResource.IdentitiesResource.GetRequest
Inherited Members
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.SettingsResource.CseResource.IdentitiesResource.GetRequest : GmailBaseServiceRequest<CseIdentity>, IClientServiceRequest<CseIdentity>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string userId, string cseEmailAddress)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | userId | |
string | cseEmailAddress |
Properties
CseEmailAddress
The primary email address associated with the client-side encryption identity configuration that's retrieved.
Declaration
[RequestParameter("cseEmailAddress", RequestParameterType.Path)]
public virtual string CseEmailAddress { 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
UserId
The requester's primary email address. To indicate the authenticated user, you can use the
special value me
.
Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual string UserId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()