GoogleCloudIntegrationsV1alphaTestCase constructor

GoogleCloudIntegrationsV1alphaTestCase({
  1. String? createTime,
  2. String? creatorEmail,
  3. String? databasePersistencePolicy,
  4. String? description,
  5. String? displayName,
  6. String? lastModifierEmail,
  7. String? lockHolderEmail,
  8. String? name,
  9. List<GoogleCloudIntegrationsV1alphaIntegrationParameter>? testInputParameters,
  10. List<GoogleCloudIntegrationsV1alphaTestTaskConfig>? testTaskConfigs,
  11. GoogleCloudIntegrationsV1alphaTriggerConfig? triggerConfig,
  12. String? triggerId,
  13. String? updateTime,
})

Implementation

GoogleCloudIntegrationsV1alphaTestCase({
  this.createTime,
  this.creatorEmail,
  this.databasePersistencePolicy,
  this.description,
  this.displayName,
  this.lastModifierEmail,
  this.lockHolderEmail,
  this.name,
  this.testInputParameters,
  this.testTaskConfigs,
  this.triggerConfig,
  this.triggerId,
  this.updateTime,
});