GoogleApi.Testing.V1.Model.CancelTestMatrixResponse (google_api_testing v0.34.0)

View Source

Response containing the current state of the specified test matrix.

Attributes

  • testState (type: String.t, default: nil) - The current rolled-up state of the test matrix. If this state is already final, then the cancelation request will have no effect.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.CancelTestMatrixResponse{
  testState: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.