sideko_rest_api 0.9.2

Rust API Client
Documentation
1
2
3
4
5
6
7
8
9
10
/// NewApiLinkPolicyPinned
#[derive(serde::Serialize, serde::Deserialize, Debug, Default, Clone)]
pub struct NewApiLinkPolicyPinned {
    /// Unique project name or the uuid
    pub api_name: String,
    /// Can be either the semantic version or a released type (like latest)
    pub api_version: crate::models::ApiVersion,
    #[serde(rename = "type")]
    pub type_: crate::models::LinkPolicyPinnedEnum,
}