Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesCustomerManagerLink

Represents customer-manager link relationship.

Inheritance
object
GoogleAdsSearchads360V0ResourcesCustomerManagerLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCustomerManagerLink : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ManagerCustomer

Output only. The manager customer linked to the customer.

Declaration
[JsonProperty("managerCustomer")]
public virtual string ManagerCustomer { get; set; }
Property Value
Type Description
string

ManagerLinkId

Output only. ID of the customer-manager link. This field is read only.

Declaration
[JsonProperty("managerLinkId")]
public virtual long? ManagerLinkId { get; set; }
Property Value
Type Description
long?

ResourceName

Immutable. Name of the resource. CustomerManagerLink resource names have the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

StartTime

Output only. The timestamp when the CustomerManagerLink was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.

Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
Type Description
string

Status

Status of the link between the customer and the manager.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX