nautobot-openapi 0.3.0

low level nautobot bindings (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PatchedSavedViewRequest

## Properties

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