Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesCustomerClient

A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.

Inheritance
object
GoogleAdsSearchads360V0ResourcesCustomerClient
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 GoogleAdsSearchads360V0ResourcesCustomerClient : IDirectResponseSchema

Properties

AppliedLabels

Output only. The resource names of the labels owned by the requesting customer that are applied to the client customer. Label resource names have the form: customers/{customer_id}/labels/{label_id}

Declaration
[JsonProperty("appliedLabels")]
public virtual IList<string> AppliedLabels { get; set; }
Property Value
Type Description
IList<string>

ClientCustomer

Output only. The resource name of the client-customer which is linked to the given customer. Read only.

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

CurrencyCode

Output only. Currency code (for example, 'USD', 'EUR') for the client. Read only.

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

DescriptiveName

Output only. Descriptive name for the client. Read only.

Declaration
[JsonProperty("descriptiveName")]
public virtual string DescriptiveName { 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

Output only. Specifies whether this is a hidden account. Read only.

Declaration
[JsonProperty("hidden")]
public virtual bool? Hidden { get; set; }
Property Value
Type Description
bool?

Id

Output only. The ID of the client customer. Read only.

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

Level

Output only. Distance between given customer and client. For self link, the level value will be 0. Read only.

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

Manager

Output only. Identifies if the client is a manager. Read only.

Declaration
[JsonProperty("manager")]
public virtual bool? Manager { get; set; }
Property Value
Type Description
bool?

ResourceName

Output only. The resource name of the customer client. CustomerClient resource names have the form: customers/{customer_id}/customerClients/{client_customer_id}

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

Status

Output only. The status of the client customer. Read only.

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

TestAccount

Output only. Identifies if the client is a test account. Read only.

Declaration
[JsonProperty("testAccount")]
public virtual bool? TestAccount { get; set; }
Property Value
Type Description
bool?

TimeZone

Output only. Common Locale Data Repository (CLDR) string representation of the time zone of the client, for example, America/Los_Angeles. Read only.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX