GoogleApi.MyBusinessBusinessInformation.V1.Model.SearchGoogleLocationsRequest (google_api_my_business_business_information v0.5.2)
View SourceRequest message for GoogleLocations.SearchGoogleLocations.
Attributes
-
location
(type:GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t
, default:nil
) - Location to search for. If provided, will find locations which match the provided location details. -
pageSize
(type:integer()
, default:nil
) - The number of matches to return. The default value is 3, with a maximum of 10. Note that latency may increase if more are requested. There is no pagination. -
query
(type:String.t
, default:nil
) - Text query to search for. The search results from a query string will be less accurate than if providing an exact location, but can provide more inexact matches.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.SearchGoogleLocationsRequest{ location: GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t() | nil, pageSize: integer() | nil, query: String.t() | nil }