Class CustomersResource.CustomerManagerLinksResource
The "customerManagerLinks" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.CustomerManagerLinksResource
Constructors
CustomerManagerLinksResource(IClientService)
Constructs a new resource.
Declaration
public CustomerManagerLinksResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
MoveManagerLink(GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest, string)
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
Declaration
public virtual CustomersResource.CustomerManagerLinksResource.MoveManagerLinkRequest MoveManagerLink(GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest | body | The body of the request. |
| string | customerId | Required. The ID of the client customer that is being moved. |
Returns
| Type | Description |
|---|---|
| CustomersResource.CustomerManagerLinksResource.MoveManagerLinkRequest |
Mutate(GoogleAdsSearchads360V23ServicesMutateCustomerManagerLinkRequest, string)
Updates customer manager links. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError FieldMaskError HeaderError InternalError ManagerLinkError MutateError QuotaError RequestError
Declaration
public virtual CustomersResource.CustomerManagerLinksResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateCustomerManagerLinkRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesMutateCustomerManagerLinkRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer whose customer manager links are being modified. |
Returns
| Type | Description |
|---|---|
| CustomersResource.CustomerManagerLinksResource.MutateRequest |