Struct google_testing1::ToolResultsStep[][src]

pub struct ToolResultsStep {
    pub project_id: Option<String>,
    pub execution_id: Option<String>,
    pub step_id: Option<String>,
    pub history_id: Option<String>,
}

Represents a tool results step resource.

This has the results of a TestExecution.

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 step. @OutputOnly

A tool results execution ID. @OutputOnly

A tool results step ID. @OutputOnly

A tool results history ID. @OutputOnly

Trait Implementations

impl Default for ToolResultsStep
[src]

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

impl Clone for ToolResultsStep
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ToolResultsStep
[src]

Formats the value using the given formatter. Read more

impl Part for ToolResultsStep
[src]

Auto Trait Implementations