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

The cloud project that owns the tool results execution. @OutputOnly

A tool results execution ID. @OutputOnly

A tool results history ID. @OutputOnly

Trait Implementations

impl Default for ToolResultsExecution
[src]

Returns the "default value" for a type. Read more

impl Clone for ToolResultsExecution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ToolResultsExecution
[src]

Formats the value using the given formatter. Read more

impl Part for ToolResultsExecution
[src]

Auto Trait Implementations