assertions property

List<GoogleCloudIntegrationsV1alphaAssertion>? assertions
getter/setter pair

List of conditions or expressions which should be evaluated to true unless there is a bug/problem in the integration.

These are evaluated one the task execution is completed as per the mock strategy in test case

Optional.

Implementation

core.List<GoogleCloudIntegrationsV1alphaAssertion>? assertions;