GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion class
A geo target constant suggestion.
Constructors
-
GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion({GoogleAdsSearchads360V23ResourcesGeoTargetConstant? geoTargetConstant, List<
GoogleAdsSearchads360V23ResourcesGeoTargetConstant> ? geoTargetConstantParents, String? locale, String? reach, String? searchTerm}) - GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion.fromJson(Map json_)
Properties
- geoTargetConstant ↔ GoogleAdsSearchads360V23ResourcesGeoTargetConstant?
-
The GeoTargetConstant result.
getter/setter pair
-
geoTargetConstantParents
↔ List<
GoogleAdsSearchads360V23ResourcesGeoTargetConstant> ? -
The list of parents of the geo target constant.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale ↔ String?
-
The language this GeoTargetConstantSuggestion is currently translated to.
getter/setter pair
- reach ↔ String?
-
Approximate user population that will be targeted, rounded to the nearest
100.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTerm ↔ String?
-
If the request searched by location name, this is the location name that
matched the geo target.
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