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
18
# BulkWritableLocationTypeRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**content_types** | Option<**Vec<String>**> |  | [optional]
**name** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**nestable** | Option<**bool**> | Allow Locations of this type to be parents/children of other Locations of this same type | [optional]
**parent** | Option<[**crate::models::BulkWritableCircuitRequestTenant**]BulkWritableCircuitRequest_tenant.md> |  | [optional]
**custom_fields** | Option<[**::std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> |  | [optional]
**relationships** | Option<[**::std::collections::HashMap<String, crate::models::BulkWritableCableRequestRelationshipsValue>**]BulkWritableCableRequest_relationships_value.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)