google_api_testing v0.8.0 GoogleApi.Testing.V1.Model.TestDetails View Source

Additional details about the progress of the running test.

Attributes

  • errorMessage (type: String.t, default: nil) - Output only. If the TestState is ERROR, then this string will contain human-readable details about the error.
  • progressMessages (type: list(String.t), default: nil) - Output only. Human-readable, detailed descriptions of the test's progress. For example: "Provisioning a device", "Starting Test".

    During the course of execution new data may be appended to the end of progress_messages.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Testing.V1.Model.TestDetails{
  errorMessage: String.t(),
  progressMessages: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.