View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertionResult (google_api_integrations v0.12.1)

The result of an assertion.

Attributes

  • assertion (type: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertion.t, default: nil) - Assertion that was run.
  • failureMessage (type: String.t, default: nil) - Details of the assertion failure
  • status (type: String.t, default: nil) - Status of assertion to signify if the assertion succeeded or failed
  • taskName (type: String.t, default: nil) - Task name of task where the assertion was run.
  • taskNumber (type: String.t, default: nil) - Task number of task where the assertion was run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertionResult{
    assertion:
      GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertion.t()
      | nil,
    failureMessage: String.t() | nil,
    status: String.t() | nil,
    taskName: String.t() | nil,
    taskNumber: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.