Class GoogleAdsSearchads360V23ResourcesCustomerClientLink
Represents customer client link relationship.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerClientLink : IDirectResponseSchema
Properties
ClientCustomer
Immutable. The client customer linked to this customer.
Declaration
[JsonProperty("clientCustomer")]
public virtual string ClientCustomer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Hidden
The visibility of the link. Users can choose whether or not to see hidden links in the Google Ads UI. Default value is false
Declaration
[JsonProperty("hidden")]
public virtual bool? Hidden { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ManagerLinkId
Output only. This is uniquely identifies a customer client link. Read only.
Declaration
[JsonProperty("managerLinkId")]
public virtual long? ManagerLinkId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ResourceName
Immutable. Name of the resource. CustomerClientLink resource names have the form:
customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
This is the status of the link between client and manager.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |