nautobot-openapi 0.3.1

low level nautobot bindings (generated by openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# BulkWritableSavedViewRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**name** | **String** | The name of this view | 
**view** | **String** | The name of the list view that the saved view is derived from, e.g. dcim:device_list | 
**config** | Option<[**serde_json::Value**].md> | Saved Configuration on this view | [optional]
**is_global_default** | Option<**bool**> |  | [optional]
**is_shared** | Option<**bool**> |  | [optional]
**owner** | [**crate::models::BulkWritableSavedViewRequestOwner**]BulkWritableSavedViewRequest_owner.md |  | 

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