View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertionResult (google_api_integrations v0.9.0)
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
@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
Unwrap a decoded JSON object into its complex fields.