Struct azure_devops_rust_api::release::models::Condition
source · pub struct Condition {
pub condition_type: Option<ConditionType>,
pub name: Option<String>,
pub value: Option<String>,
}Expand description
Fields§
§condition_type: Option<ConditionType>Gets or sets the condition type.
name: Option<String>Gets or sets the name of the condition. e.g. ‘ReleaseStarted’.
value: Option<String>Gets or set value of the condition.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Condition
impl<'de> Deserialize<'de> for Condition
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more