LocationsResource class
Constructors
- LocationsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verifications → LocationsVerificationsResource
-
no setter
Methods
-
fetchVerificationOptions(
FetchVerificationOptionsRequest request, String location, {String? $fields}) → Future< FetchVerificationOptionsResponse> - Reports all eligible verification options for a location in a specific language.
-
getVoiceOfMerchantState(
String name, {String? $fields}) → Future< VoiceOfMerchantState> - Gets the VoiceOfMerchant state.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verify(
VerifyLocationRequest request, String name, {String? $fields}) → Future< VerifyLocationResponse> - Starts the verification process for a location.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited