GoogleApi.Testing.V1.Model.ResultStorage (google_api_testing v0.26.2) View Source
Locations 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.