Show / Hide Table of Contents

Class CustomersResource.CustomerManagerLinksResource.MoveManagerLinkRequest

Moves a client customer to a new manager customer. This simplifies the complex request that requires two operations to move a client customer to a new manager, for example: 1. Update operation with Status INACTIVE (previous manager) and, 2. Update operation with Status ACTIVE (new manager). List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RequestError

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>
CustomersResource.CustomerManagerLinksResource.MoveManagerLinkRequest
Implements
IClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>
IClientServiceRequest
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.Xgafv
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.Alt
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.Callback
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.Fields
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.Key
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.OauthToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.PrettyPrint
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.QuotaUser
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.UploadType
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.Execute()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ETagAction
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ModifyRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ValidateParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.ApiVersion
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.RequestParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.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.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.CustomerManagerLinksResource.MoveManagerLinkRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>, IClientServiceRequest

Constructors

MoveManagerLinkRequest(IClientService, GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest, string)

Constructs a new MoveManagerLink request.

Declaration
public MoveManagerLinkRequest(IClientService service, GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest body, string customerId)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest body
string customerId

Properties

CustomerId

Required. The ID of the client customer that is being moved.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.GetBody()

InitParameters()

Initializes MoveManagerLink parameter list.

Declaration
protected override void InitParameters()
Overrides
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMoveManagerLinkResponse>.InitParameters()

Implements

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