Struct google_testing1::api::ResultStorage [−][src]
pub struct ResultStorage {
pub google_cloud_storage: Option<GoogleCloudStorage>,
pub results_url: Option<String>,
pub tool_results_execution: Option<ToolResultsExecution>,
pub tool_results_history: Option<ToolResultsHistory>,
}Expand description
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
google_cloud_storage: Option<GoogleCloudStorage>Required.
results_url: Option<String>Output only. URL to the results in the Firebase Web Console.
tool_results_execution: Option<ToolResultsExecution>Output only. The tool results execution that results are written to.
tool_results_history: Option<ToolResultsHistory>The tool results history that contains the tool results execution that results are written to. If not provided, the service will choose an appropriate value.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ResultStorage
impl Send for ResultStorage
impl Sync for ResultStorage
impl Unpin for ResultStorage
impl UnwindSafe for ResultStorage
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more