netbox_openapi/models/
device_role_request_config_template.rs

1/*
2 * NetBox REST API
3 *
4 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5 *
6 * The version of the OpenAPI document: 4.4.2-Docker-3.4.1 (4.4)
7 *
8 * Generated by: https://openapi-generator.tech
9 */
10
11#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
12pub struct DeviceRoleRequestConfigTemplate {}
13
14impl DeviceRoleRequestConfigTemplate {
15    pub fn new() -> DeviceRoleRequestConfigTemplate {
16        DeviceRoleRequestConfigTemplate {}
17    }
18}