GoogleAdsSearchads360V23ResourcesCustomerLabel class
Represents a relationship between a customer and a label.
This customer may not have access to all the labels attached to it. Additional CustomerLabels may be returned by increasing permissions with login-customer-id.
Constructors
- GoogleAdsSearchads360V23ResourcesCustomerLabel({String? customer, String? label, String? resourceName})
- GoogleAdsSearchads360V23ResourcesCustomerLabel.fromJson(Map json_)
Properties
- customer ↔ String?
-
The resource name of the customer to which the label is attached.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String?
-
The resource name of the label assigned to the customer.
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
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