GoogleCloudIntegrationsV1alphaTestTaskConfig constructor
GoogleCloudIntegrationsV1alphaTestTaskConfig({
- List<
GoogleCloudIntegrationsV1alphaAssertion> ? assertions, - GoogleCloudIntegrationsV1alphaMockConfig? mockConfig,
- String? task,
- GoogleCloudIntegrationsV1alphaTaskConfig? taskConfig,
- String? taskNumber,
Implementation
GoogleCloudIntegrationsV1alphaTestTaskConfig({
this.assertions,
this.mockConfig,
this.task,
this.taskConfig,
this.taskNumber,
});