google_api_testing v0.18.0 GoogleApi.Testing.V1.Model.ResultStorage 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(),
  resultsUrl: String.t(),
  toolResultsExecution: GoogleApi.Testing.V1.Model.ToolResultsExecution.t(),
  toolResultsHistory: GoogleApi.Testing.V1.Model.ToolResultsHistory.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.