Job constructor
Job({
- int? allocatedCapacity,
- JobCommand? command,
- ConnectionsList? connections,
- DateTime? createdOn,
- Map<
String, String> ? defaultArguments, - String? description,
- ExecutionProperty? executionProperty,
- String? glueVersion,
- DateTime? lastModifiedOn,
- String? logUri,
- double? maxCapacity,
- int? maxRetries,
- String? name,
- Map<
String, String> ? nonOverridableArguments, - NotificationProperty? notificationProperty,
- int? numberOfWorkers,
- String? role,
- String? securityConfiguration,
- int? timeout,
- WorkerType? workerType,
Implementation
Job({
this.allocatedCapacity,
this.command,
this.connections,
this.createdOn,
this.defaultArguments,
this.description,
this.executionProperty,
this.glueVersion,
this.lastModifiedOn,
this.logUri,
this.maxCapacity,
this.maxRetries,
this.name,
this.nonOverridableArguments,
this.notificationProperty,
this.numberOfWorkers,
this.role,
this.securityConfiguration,
this.timeout,
this.workerType,
});