Struct azure_devops_rust_api::test::models::TestPlan   
source · pub struct TestPlan {Show 20 fields
    pub area: Option<ShallowReference>,
    pub build: Option<ShallowReference>,
    pub build_definition: Option<ShallowReference>,
    pub description: Option<String>,
    pub end_date: Option<OffsetDateTime>,
    pub id: Option<i32>,
    pub iteration: Option<String>,
    pub name: Option<String>,
    pub owner: Option<IdentityRef>,
    pub previous_build: Option<ShallowReference>,
    pub project: Option<ShallowReference>,
    pub release_environment_definition: Option<ReleaseEnvironmentDefinitionReference>,
    pub revision: Option<i32>,
    pub root_suite: Option<ShallowReference>,
    pub start_date: Option<OffsetDateTime>,
    pub state: Option<String>,
    pub test_outcome_settings: Option<TestOutcomeSettings>,
    pub updated_by: Option<IdentityRef>,
    pub updated_date: Option<OffsetDateTime>,
    pub url: Option<String>,
}Expand description
The test plan resource.
Fields§
§area: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
build: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
build_definition: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
description: Option<String>Description of the test plan.
end_date: Option<OffsetDateTime>End date for the test plan.
id: Option<i32>ID of the test plan.
iteration: Option<String>Iteration path of the test plan.
name: Option<String>Name of the test plan.
owner: Option<IdentityRef>§previous_build: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
project: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
release_environment_definition: Option<ReleaseEnvironmentDefinitionReference>Reference to release environment resource.
revision: Option<i32>Revision of the test plan.
root_suite: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
start_date: Option<OffsetDateTime>Start date for the test plan.
state: Option<String>State of the test plan.
test_outcome_settings: Option<TestOutcomeSettings>Test outcome settings
updated_by: Option<IdentityRef>§updated_date: Option<OffsetDateTime>§url: Option<String>URL of the test plan resource.