Skip to main content

nautobot_openapi/models/
redundancy_protocol.rs

1/*
2 * API Documentation
3 *
4 * Source of truth and network automation platform
5 *
6 * The version of the OpenAPI document: 3.1.0 (3.1)
7 *
8 * Generated by: https://openapi-generator.tech
9 */
10
11#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
12pub struct RedundancyProtocol {}
13
14impl RedundancyProtocol {
15    pub fn new() -> RedundancyProtocol {
16        RedundancyProtocol {}
17    }
18}