Class UsersResource.SettingsResource.ForwardingAddressesResource.GetRequest
Gets the specified forwarding address.
public class UsersResource.SettingsResource.ForwardingAddressesResource.GetRequest : GmailBaseServiceRequest<ForwardingAddress>
- Inheritance
-
UsersResource.SettingsResource.ForwardingAddressesResource.GetRequest
- Inherited Members
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
public GetRequest(IClientService service, string userId, string forwardingEmail)
Parameters
Properties
ForwardingEmail
The forwarding address to be retrieved.
public virtual string ForwardingEmail { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
UserId
User's email address. The special value "me" can be used to indicate the authenticated user.
public virtual string UserId { get; }
Property Value
Methods
InitParameters()
Initializes Get parameter list.
protected override void InitParameters()