murdock_api/models/
location_inner.rs

1/*
2 * Murdock API
3 *
4 * This is the Murdock API
5 *
6 * The version of the OpenAPI document: 1.0.0
7 * 
8 * Generated by: https://openapi-generator.tech
9 */
10
11
12
13
14#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
15pub struct LocationInner {
16}
17
18impl LocationInner {
19    pub fn new() -> LocationInner {
20        LocationInner {
21        }
22    }
23}
24
25