netbox_openapi/models/
contact_assignment_request_role.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 ContactAssignmentRequestRole {}
13
14impl ContactAssignmentRequestRole {
15    pub fn new() -> ContactAssignmentRequestRole {
16        ContactAssignmentRequestRole {}
17    }
18}