nautobot-openapi 0.2.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
# PatchedBulkWritableImageAttachmentRequest

## Properties

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