GoogleCloudIntegrationsV1alphaTestTaskConfig constructor

GoogleCloudIntegrationsV1alphaTestTaskConfig({
  1. List<GoogleCloudIntegrationsV1alphaAssertion>? assertions,
  2. GoogleCloudIntegrationsV1alphaMockConfig? mockConfig,
  3. String? task,
  4. GoogleCloudIntegrationsV1alphaTaskConfig? taskConfig,
  5. String? taskNumber,
})

Implementation

GoogleCloudIntegrationsV1alphaTestTaskConfig({
  this.assertions,
  this.mockConfig,
  this.task,
  this.taskConfig,
  this.taskNumber,
});