GoogleApi.Testing.V1.Model.ResultStorage (google_api_testing v0.34.0)
View SourceLocations where the results of running the test are stored.
Attributes
-
googleCloudStorage(type:GoogleApi.Testing.V1.Model.GoogleCloudStorage.t, default:nil) - Required. -
resultsUrl(type:String.t, default:nil) - Output only. URL to the results in the Firebase Web Console. -
toolResultsExecution(type:GoogleApi.Testing.V1.Model.ToolResultsExecution.t, default:nil) - Output only. The tool results execution that results are written to. -
toolResultsHistory(type:GoogleApi.Testing.V1.Model.ToolResultsHistory.t, default:nil) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.ResultStorage{ googleCloudStorage: GoogleApi.Testing.V1.Model.GoogleCloudStorage.t() | nil, resultsUrl: String.t() | nil, toolResultsExecution: GoogleApi.Testing.V1.Model.ToolResultsExecution.t() | nil, toolResultsHistory: GoogleApi.Testing.V1.Model.ToolResultsHistory.t() | nil }