GoogleMapsAddressvalidationV1ValidateAddressRequest class
The request for validating an address.
Constructors
- GoogleMapsAddressvalidationV1ValidateAddressRequest({GoogleTypePostalAddress? address, bool? enableUspsCass, GoogleMapsAddressvalidationV1LanguageOptions? languageOptions, String? previousResponseId, String? sessionToken})
- GoogleMapsAddressvalidationV1ValidateAddressRequest.fromJson(Map json_)
Properties
- address ↔ GoogleTypePostalAddress?
-
The address being validated.
getter/setter pair
- enableUspsCass ↔ bool?
-
Enables USPS CASS compatible mode.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageOptions ↔ GoogleMapsAddressvalidationV1LanguageOptions?
-
Preview: This feature is in Preview (pre-GA).
getter/setter pair
- previousResponseId ↔ String?
-
This field must be empty for the first address validation request.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionToken ↔ String?
-
A string which identifies an Autocomplete session for billing purposes.
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