tapis-pgrest 0.3.1

The Tapis PgREST API provides a RESTful interface to a managed SQL-db-as-a-service.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# View

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**view_name** | Option<**String**> | The name of the view. | [optional]
**root_url** | Option<**String**> | The url path used for the root root_url associated with the view. | [optional]
**endpoints** | Option<**String**> | Which endpoints are available for the view. (This doesn't work/doesn't mean anything) | [optional]
**manage_view_id** | Option<**String**> | View ID to manage the view with. Serial IDs allocated per tenant. | [optional]
**tenant_id** | Option<**String**> | The name of the tenant this view is created in. | [optional]
**comments** | Option<**String**> | Text area to describe view. Returned when calling manage endpoints. | [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)