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
# BulkWritableImageAttachmentRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**content_type** | **String** |  | 
**object_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**image** | [**std::path::PathBuf**]std::path::PathBuf.md |  | 
**image_height** | **i32** |  | 
**image_width** | **i32** |  | 
**name** | Option<**String**> |  | [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)