GoogleCloudIntegrationsV1alphaTestCase constructor
GoogleCloudIntegrationsV1alphaTestCase({
- String? createTime,
- String? creatorEmail,
- String? databasePersistencePolicy,
- String? description,
- String? displayName,
- String? lastModifierEmail,
- String? lockHolderEmail,
- String? name,
- List<
GoogleCloudIntegrationsV1alphaIntegrationParameter> ? testInputParameters, - List<
GoogleCloudIntegrationsV1alphaTestTaskConfig> ? testTaskConfigs, - GoogleCloudIntegrationsV1alphaTriggerConfig? triggerConfig,
- String? triggerId,
- 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,
});