Struct google_testing1::ToolResultsHistory[][src]

pub struct ToolResultsHistory {
    pub project_id: Option<String>,
    pub history_id: Option<String>,
}

Represents a tool results history resource.

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 history. Required

A tool results history ID. Required

Trait Implementations

impl Default for ToolResultsHistory
[src]

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

impl Clone for ToolResultsHistory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ToolResultsHistory
[src]

Formats the value using the given formatter. Read more

impl Part for ToolResultsHistory
[src]

Auto Trait Implementations