tembo-api-client 1.1.1

API client for Tembo Cloud's Platform API (api.tembo.io)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ExtensionInstallLocation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**database** | Option<**String**> | The database to enable the extension on.  **Default**: \"postgres\" | [optional]
**enabled** | **bool** | Enable or disable the extension on this Postgres instance. | 
**schema** | Option<**String**> | The schema to enable the extension on. (eg: \"public\") | [optional]
**version** | Option<**String**> | The extension version to install. If not specified, the latest version will be used. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)