GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse (google_api_integrations v0.15.0)

View Source

Response for ExecuteTestCases.

Attributes

  • executeTestCaseResponses (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse.t), default: nil) - Results of each execution of test cases in an integration version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse{
    executeTestCaseResponses:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.