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]
impl Default for ResultStoragefn default() -> ResultStorage[src]
fn default() -> ResultStorageReturns the "default value" for a type. Read more
impl Clone for ResultStorage[src]
impl Clone for ResultStoragefn clone(&self) -> ResultStorage[src]
fn clone(&self) -> ResultStorageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ResultStorage[src]
impl Debug for ResultStoragefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ResultStorage[src]
impl Part for ResultStorageAuto Trait Implementations
impl Send for ResultStorage
impl Send for ResultStorageimpl Sync for ResultStorage
impl Sync for ResultStorage