GoogleAdsSearchads360V23ResourcesCustomerManagerLink class
Represents customer-manager link relationship.
Constructors
- GoogleAdsSearchads360V23ResourcesCustomerManagerLink({String? managerCustomer, String? managerLinkId, String? resourceName, String? startTime, String? status})
- GoogleAdsSearchads360V23ResourcesCustomerManagerLink.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- managerCustomer ↔ String?
-
The manager customer linked to the customer.
getter/setter pair
- managerLinkId ↔ String?
-
ID of the customer-manager 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
- startTime ↔ String?
-
The timestamp when the CustomerManagerLink was created.
getter/setter pair
- status ↔ String?
-
Status of the link between the customer and the 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