Class GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest
Request message for CustomerManagerLinkService.MoveManagerLink.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NewManager
Required. The resource name of the new manager customer that the client wants to move to. Customer resource names have the format: "customers/{customer_id}"
Declaration
[JsonProperty("newManager")]
public virtual string NewManager { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousCustomerManagerLink
Required. The resource name of the previous CustomerManagerLink. The resource name has the form:
customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}
Declaration
[JsonProperty("previousCustomerManagerLink")]
public virtual string PreviousCustomerManagerLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidateOnly
If true, the request is validated but not executed. Only errors are returned, not results.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |