Struct azure_devops_rust_api::test_plan::models::TestPlan
source · pub struct TestPlan {
pub test_plan_update_params: TestPlanUpdateParams,
pub links: Option<Value>,
pub id: Option<i32>,
pub previous_build_id: Option<i32>,
pub project: Option<TeamProjectReference>,
pub root_suite: Option<TestSuiteReference>,
pub updated_by: Option<IdentityRef>,
pub updated_date: Option<OffsetDateTime>,
}Expand description
The test plan resource.
Fields§
§test_plan_update_params: TestPlanUpdateParams§links: Option<Value>Links
id: Option<i32>ID of the test plan.
previous_build_id: Option<i32>Previous build Id associated with the test plan
project: Option<TeamProjectReference>Represents a shallow reference to a TeamProject.
root_suite: Option<TestSuiteReference>The test suite reference resource.
updated_by: Option<IdentityRef>§updated_date: Option<OffsetDateTime>Updated date of the test plan
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for TestPlan
impl<'de> Deserialize<'de> for TestPlan
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