GoogleAdsSearchads360V23CommonAddressInfo class
Address for proximity criterion.
Constructors
- GoogleAdsSearchads360V23CommonAddressInfo({String? cityName, String? countryCode, String? postalCode, String? provinceCode, String? provinceName, String? streetAddress, String? streetAddress2})
- GoogleAdsSearchads360V23CommonAddressInfo.fromJson(Map json_)
Properties
- cityName ↔ String?
-
Name of the city.
getter/setter pair
- countryCode ↔ String?
-
Country code.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- postalCode ↔ String?
-
Postal code.
getter/setter pair
- provinceCode ↔ String?
-
Province or state code.
getter/setter pair
- provinceName ↔ String?
-
Province or state name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streetAddress ↔ String?
-
Street address line 1.
getter/setter pair
- streetAddress2 ↔ String?
-
Street address line 2.
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