GoogleCloudIntegrationsV1alphaTriggerConfig constructor
GoogleCloudIntegrationsV1alphaTriggerConfig({
- List<
GoogleCloudIntegrationsV1alphaIntegrationAlertConfig> ? alertConfig, - GoogleCloudIntegrationsV1alphaCloudSchedulerConfig? cloudSchedulerConfig,
- String? description,
- String? errorCatcherId,
- String? label,
- String? nextTasksExecutionPolicy,
- GoogleCloudIntegrationsV1alphaCoordinate? position,
- Map<
String, String> ? properties, - List<
GoogleCloudIntegrationsV1alphaNextTask> ? startTasks, - String? trigger,
- String? triggerId,
- String? triggerNumber,
- String? triggerType,
Implementation
GoogleCloudIntegrationsV1alphaTriggerConfig({
this.alertConfig,
this.cloudSchedulerConfig,
this.description,
this.errorCatcherId,
this.label,
this.nextTasksExecutionPolicy,
this.position,
this.properties,
this.startTasks,
this.trigger,
this.triggerId,
this.triggerNumber,
this.triggerType,
});