GoogleAdsSearchads360V23ResourcesCarrierConstant class
A carrier criterion that can be used in campaign targeting.
Constructors
- GoogleAdsSearchads360V23ResourcesCarrierConstant({String? countryCode, String? id, String? name, String? resourceName})
- GoogleAdsSearchads360V23ResourcesCarrierConstant.fromJson(Map json_)
Properties
- countryCode ↔ String?
-
The country code of the country where the carrier is located, for example,
"AR", "FR", etc.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the carrier criterion.
getter/setter pair
- name ↔ String?
-
The full name of the carrier in English.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the carrier criterion.
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