/*
* Linkbreakers API
*
* This is a documentation of all the APIs of Linkbreakers
*
* The version of the OpenAPI document: 1.79.6
*
* Generated by: https://openapi-generator.tech
*/
use crate::models;
use serde::{Deserialize, Serialize};
#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
pub struct ProtobufAny {
#[serde(rename = "@type", skip_serializing_if = "Option::is_none")]
pub at_type: Option<String>,
}
impl ProtobufAny {
pub fn new() -> ProtobufAny {
ProtobufAny {
at_type: None,
}
}
}