1 2 3 4 5 6 7 8
/// NewApiLinkPolicyLatest #[derive(serde::Serialize, serde::Deserialize, Debug, Default, Clone)] pub struct NewApiLinkPolicyLatest { /// Unique project name or the uuid pub api_name: String, #[serde(rename = "type")] pub type_: crate::models::LinkPolicyLatestEnum, }