Job constructor
Job({
- BucketList? bucketList,
- String? completeTime,
- Counters? counters,
- String? createTime,
- DeleteObject? deleteObject,
- String? description,
- bool? dryRun,
- List<
ErrorSummary> ? errorSummaries, - bool? isMultiBucketJob,
- LoggingConfig? loggingConfig,
- String? name,
- ProjectSource? projectSource,
- PutMetadata? putMetadata,
- PutObjectHold? putObjectHold,
- RewriteObject? rewriteObject,
- String? scheduleTime,
- SetObjectAcls? setObjectAcls,
- String? state,
- UpdateObjectCustomContext? updateObjectCustomContext,
Implementation
Job({
this.bucketList,
this.completeTime,
this.counters,
this.createTime,
this.deleteObject,
this.description,
this.dryRun,
this.errorSummaries,
this.isMultiBucketJob,
this.loggingConfig,
this.name,
this.projectSource,
this.putMetadata,
this.putObjectHold,
this.rewriteObject,
this.scheduleTime,
this.setObjectAcls,
this.state,
this.updateObjectCustomContext,
});