foxclient/models/validation_error_loc_inner.rs
1/*
2 * Fox API
3 *
4 * Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
5 *
6 * The version of the OpenAPI document: 5.2.5
7 * Contact: admin@orangefox.tech
8 * Generated by: https://openapi-generator.tech
9 */
10
11use crate::models;
12use serde::{Deserialize, Serialize};
13
14#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
15pub struct ValidationErrorLocInner {
16}
17
18impl ValidationErrorLocInner {
19 pub fn new() -> ValidationErrorLocInner {
20 ValidationErrorLocInner {
21 }
22 }
23}
24