Struct google_testing1::ToolResultsExecution [−][src]
pub struct ToolResultsExecution {
pub project_id: Option<String>,
pub execution_id: Option<String>,
pub history_id: Option<String>,
}Represents a tool results execution resource.
This has the results of a TestMatrix.
This type is not used in any activity, and only used as part of another schema.
Fields
project_id: Option<String>
The cloud project that owns the tool results execution. @OutputOnly
execution_id: Option<String>
A tool results execution ID. @OutputOnly
history_id: Option<String>
A tool results history ID. @OutputOnly
Trait Implementations
impl Default for ToolResultsExecution[src]
impl Default for ToolResultsExecutionfn default() -> ToolResultsExecution[src]
fn default() -> ToolResultsExecutionReturns the "default value" for a type. Read more
impl Clone for ToolResultsExecution[src]
impl Clone for ToolResultsExecutionfn clone(&self) -> ToolResultsExecution[src]
fn clone(&self) -> ToolResultsExecutionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ToolResultsExecution[src]
impl Debug for ToolResultsExecutionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ToolResultsExecution[src]
impl Part for ToolResultsExecutionAuto Trait Implementations
impl Send for ToolResultsExecution
impl Send for ToolResultsExecutionimpl Sync for ToolResultsExecution
impl Sync for ToolResultsExecution