GoogleCloudIntegrationsV1alphaAssertionResult constructor

GoogleCloudIntegrationsV1alphaAssertionResult({
  1. GoogleCloudIntegrationsV1alphaAssertion? assertion,
  2. String? failureMessage,
  3. String? status,
  4. String? taskName,
  5. String? taskNumber,
})

Implementation

GoogleCloudIntegrationsV1alphaAssertionResult({
  this.assertion,
  this.failureMessage,
  this.status,
  this.taskName,
  this.taskNumber,
});