JobTemplate constructor
JobTemplate({
- required String name,
- required JobTemplateSettings settings,
- AccelerationSettings? accelerationSettings,
- String? arn,
- String? category,
- DateTime? createdAt,
- String? description,
- List<
HopDestination> ? hopDestinations, - DateTime? lastUpdated,
- int? priority,
- String? queue,
- StatusUpdateInterval? statusUpdateInterval,
- Type? type,
Implementation
JobTemplate({
required this.name,
required this.settings,
this.accelerationSettings,
this.arn,
this.category,
this.createdAt,
this.description,
this.hopDestinations,
this.lastUpdated,
this.priority,
this.queue,
this.statusUpdateInterval,
this.type,
});