GoogleCloudIntegrationsV1alphaAssertion constructor

GoogleCloudIntegrationsV1alphaAssertion({
  1. String? assertionStrategy,
  2. String? condition,
  3. GoogleCloudIntegrationsV1alphaEventParameter? parameter,
  4. int? retryCount,
})

Implementation

GoogleCloudIntegrationsV1alphaAssertion({
  this.assertionStrategy,
  this.condition,
  this.parameter,
  this.retryCount,
});