Struct azure_devops_rust_api::test::models::TestResultCreateModel
source · pub struct TestResultCreateModel {Show 26 fields
pub area: Option<ShallowReference>,
pub associated_work_items: Vec<i32>,
pub automated_test_id: Option<String>,
pub automated_test_name: Option<String>,
pub automated_test_storage: Option<String>,
pub automated_test_type: Option<String>,
pub automated_test_type_id: Option<String>,
pub comment: Option<String>,
pub completed_date: Option<String>,
pub computer_name: Option<String>,
pub configuration: Option<ShallowReference>,
pub custom_fields: Vec<CustomTestField>,
pub duration_in_ms: Option<String>,
pub error_message: Option<String>,
pub failure_type: Option<String>,
pub outcome: Option<String>,
pub owner: Option<IdentityRef>,
pub resolution_state: Option<String>,
pub run_by: Option<IdentityRef>,
pub stack_trace: Option<String>,
pub started_date: Option<String>,
pub state: Option<String>,
pub test_case: Option<ShallowReference>,
pub test_case_priority: Option<String>,
pub test_case_title: Option<String>,
pub test_point: Option<ShallowReference>,
}Expand description
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.
associated_work_items: Vec<i32>§automated_test_id: Option<String>§automated_test_name: Option<String>§automated_test_storage: Option<String>§automated_test_type: Option<String>§automated_test_type_id: Option<String>§comment: Option<String>§completed_date: Option<String>§computer_name: Option<String>§configuration: 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.
custom_fields: Vec<CustomTestField>§duration_in_ms: Option<String>§error_message: Option<String>§failure_type: Option<String>§outcome: Option<String>§owner: Option<IdentityRef>§resolution_state: Option<String>§run_by: Option<IdentityRef>§stack_trace: Option<String>§started_date: Option<String>§state: Option<String>§test_case: 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.
test_case_priority: Option<String>§test_case_title: Option<String>§test_point: 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.
Implementations§
Trait Implementations§
source§impl Clone for TestResultCreateModel
impl Clone for TestResultCreateModel
source§fn clone(&self) -> TestResultCreateModel
fn clone(&self) -> TestResultCreateModel
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TestResultCreateModel
impl Debug for TestResultCreateModel
source§impl Default for TestResultCreateModel
impl Default for TestResultCreateModel
source§fn default() -> TestResultCreateModel
fn default() -> TestResultCreateModel
source§impl<'de> Deserialize<'de> for TestResultCreateModel
impl<'de> Deserialize<'de> for TestResultCreateModel
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>,
source§impl PartialEq<TestResultCreateModel> for TestResultCreateModel
impl PartialEq<TestResultCreateModel> for TestResultCreateModel
source§fn eq(&self, other: &TestResultCreateModel) -> bool
fn eq(&self, other: &TestResultCreateModel) -> bool
self and other values to be equal, and is used
by ==.