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
tool_results_history: Option<ToolResultsHistory>
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.
google_cloud_storage: Option<GoogleCloudStorage>
Required.
tool_results_execution: Option<ToolResultsExecution>
The tool results execution that results are written to. @OutputOnly
Trait Implementations
impl Default for ResultStorage[src]
fn default() -> ResultStorage[src]
Returns the "default value" for a type. Read more
impl Clone for ResultStorage[src]
fn clone(&self) -> ResultStorage[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more