# View
## Properties
**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)