Struct google_testing1::ResultStorage[][src]

pub struct ResultStorage {
    pub tool_results_history: Option<ToolResultsHistory>,
    pub google_cloud_storage: Option<GoogleCloudStorage>,
    pub tool_results_execution: Option<ToolResultsExecution>,
}

Locations where the results of running the test are stored.

This type is not used in any activity, and only used as part of another schema.

Fields

The tool results history that contains the tool results execution that results are written to.

Optional, if not provided the service will choose an appropriate value.

Required.

The tool results execution that results are written to. @OutputOnly

Trait Implementations

impl Default for ResultStorage
[src]

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

impl Clone for ResultStorage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResultStorage
[src]

Formats the value using the given formatter. Read more

impl Part for ResultStorage
[src]

Auto Trait Implementations