GoogleAdsSearchads360V23CommonClickLocation class
Location criteria associated with a click.
Constructors
- GoogleAdsSearchads360V23CommonClickLocation({String? city, String? country, String? metro, String? mostSpecific, String? region})
- GoogleAdsSearchads360V23CommonClickLocation.fromJson(Map json_)
Properties
- city ↔ String?
-
The city location criterion associated with the impression.
getter/setter pair
- country ↔ String?
-
The country location criterion associated with the impression.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metro ↔ String?
-
The metro location criterion associated with the impression.
getter/setter pair
- mostSpecific ↔ String?
-
The most specific location criterion associated with the impression.
getter/setter pair
- region ↔ String?
-
The region location criterion associated with the impression.
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