GoogleAdsSearchads360V23ResourcesCustomerClient class

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.

Constructors

GoogleAdsSearchads360V23ResourcesCustomerClient({List<String>? appliedLabels, String? clientCustomer, String? currencyCode, String? descriptiveName, bool? hidden, String? id, String? level, bool? manager, String? resourceName, String? status, bool? testAccount, String? timeZone})
GoogleAdsSearchads360V23ResourcesCustomerClient.fromJson(Map json_)

Properties

appliedLabels List<String>?
The resource names of the labels owned by the requesting customer that are applied to the client customer.
getter/setter pair
clientCustomer String?
The resource name of the client-customer which is linked to the given customer.
getter/setter pair
currencyCode String?
Currency code (for example, 'USD', 'EUR') for the client.
getter/setter pair
descriptiveName String?
Descriptive name for the client.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
Specifies whether this is a hidden account.
getter/setter pair
id String?
The ID of the client customer.
getter/setter pair
level String?
Distance between given customer and client.
getter/setter pair
manager bool?
Identifies if the client is a manager.
getter/setter pair
resourceName String?
The resource name of the customer client.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the client customer.
getter/setter pair
testAccount bool?
Identifies if the client is a test account.
getter/setter pair
timeZone String?
Common Locale Data Repository (CLDR) string representation of the time zone of the client, for example, America/Los_Angeles.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited