GoogleAdsSearchads360V23ResourcesCustomizerAttribute class
A customizer attribute.
Use CustomerCustomizer, CampaignCustomizer, AdGroupCustomizer, or AdGroupCriterionCustomizer to associate a customizer attribute and set its value at the customer, campaign, ad group, or ad group criterion level, respectively.
Constructors
- GoogleAdsSearchads360V23ResourcesCustomizerAttribute({String? id, String? name, String? resourceName, String? status, String? type})
- GoogleAdsSearchads360V23ResourcesCustomizerAttribute.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the customizer attribute.
getter/setter pair
- name ↔ String?
-
Name of the customizer attribute.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the customizer attribute.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the customizer attribute.
getter/setter pair
- type ↔ String?
-
The type of the customizer attribute.
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