GoogleAdsSearchads360V23ResourcesCustomerClientLink class

Represents customer client link relationship.

Constructors

GoogleAdsSearchads360V23ResourcesCustomerClientLink({String? clientCustomer, bool? hidden, String? managerLinkId, String? resourceName, String? status})
GoogleAdsSearchads360V23ResourcesCustomerClientLink.fromJson(Map json_)

Properties

clientCustomer String?
The client customer linked to this customer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
The visibility of the link.
getter/setter pair
managerLinkId String?
This is uniquely identifies a customer client link.
getter/setter pair
resourceName String?
Name of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
This is the status of the link between client and manager. Possible string values are:
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