Show / Hide Table of Contents

Class UsersResource.SettingsResource.GetAutoForwardingRequest

Gets the auto-forwarding setting for the specified account.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AutoForwarding>
GmailBaseServiceRequest<AutoForwarding>
UsersResource.SettingsResource.GetAutoForwardingRequest
Implements
IClientServiceRequest<AutoForwarding>
IClientServiceRequest
Inherited Members
GmailBaseServiceRequest<AutoForwarding>.Xgafv
GmailBaseServiceRequest<AutoForwarding>.AccessToken
GmailBaseServiceRequest<AutoForwarding>.Alt
GmailBaseServiceRequest<AutoForwarding>.Callback
GmailBaseServiceRequest<AutoForwarding>.Fields
GmailBaseServiceRequest<AutoForwarding>.Key
GmailBaseServiceRequest<AutoForwarding>.OauthToken
GmailBaseServiceRequest<AutoForwarding>.PrettyPrint
GmailBaseServiceRequest<AutoForwarding>.QuotaUser
GmailBaseServiceRequest<AutoForwarding>.UploadType
GmailBaseServiceRequest<AutoForwarding>.UploadProtocol
ClientServiceRequest<AutoForwarding>.Execute()
ClientServiceRequest<AutoForwarding>.ExecuteAsStream()
ClientServiceRequest<AutoForwarding>.ExecuteAsync()
ClientServiceRequest<AutoForwarding>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AutoForwarding>.ExecuteAsStreamAsync()
ClientServiceRequest<AutoForwarding>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AutoForwarding>.CreateRequest(bool?)
ClientServiceRequest<AutoForwarding>.GenerateRequestUri()
ClientServiceRequest<AutoForwarding>.GetBody()
ClientServiceRequest<AutoForwarding>.GetDefaultETagAction(string)
ClientServiceRequest<AutoForwarding>.ETagAction
ClientServiceRequest<AutoForwarding>.ModifyRequest
ClientServiceRequest<AutoForwarding>.ValidateParameters
ClientServiceRequest<AutoForwarding>.ApiVersion
ClientServiceRequest<AutoForwarding>.RequestParameters
ClientServiceRequest<AutoForwarding>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.SettingsResource.GetAutoForwardingRequest : GmailBaseServiceRequest<AutoForwarding>, IClientServiceRequest<AutoForwarding>, IClientServiceRequest

Constructors

GetAutoForwardingRequest(IClientService, string)

Constructs a new GetAutoForwarding request.

Declaration
public GetAutoForwardingRequest(IClientService service, string userId)
Parameters
Type Name Description
IClientService service
string userId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AutoForwarding>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AutoForwarding>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<AutoForwarding>.RestPath

UserId

User's email address. The special value "me" can be used to indicate the authenticated user.

Declaration
[RequestParameter("userId", RequestParameterType.Path)]
public virtual string UserId { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes GetAutoForwarding parameter list.

Declaration
protected override void InitParameters()
Overrides
GmailBaseServiceRequest<AutoForwarding>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX