ib/models/
events.rs

1/* 
2 * Client Portal Web API
3 *
4 * Client Poral Web API
5 *
6 * OpenAPI spec version: 1.0.0
7 * 
8 * Generated by: https://github.com/swagger-api/swagger-codegen.git
9 */
10
11/// Events : events
12
13#[allow(unused_imports)]
14use serde_json::Value;
15
16#[derive(Debug, Serialize, Deserialize)]
17pub struct Events {
18}
19
20impl Events {
21  /// events
22  pub fn new() -> Events {
23    Events {
24    }
25  }
26
27}
28
29
30