# GooglePlacesTextSearchRequest

Model ID: `GooglePlacesTextSearchRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `location` | `string` | No |  |  |  | Yes |  |
| `max_results` | `integer` | No |  |  | `20` | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `query` | `string` | Yes |  |  |  | No |  |
| `radius` | `integer` | No |  |  | `1000` | No |  |

## Example

None declared in canonical OpenAPI.
