TransferJob constructor
TransferJob({
- String? creationTime,
- String? deletionTime,
- String? description,
- EventStream? eventStream,
- String? lastModificationTime,
- String? latestOperationName,
- LoggingConfig? loggingConfig,
- String? name,
- NotificationConfig? notificationConfig,
- String? projectId,
- ReplicationSpec? replicationSpec,
- Schedule? schedule,
- String? status,
- TransferSpec? transferSpec,
Implementation
TransferJob({
this.creationTime,
this.deletionTime,
this.description,
this.eventStream,
this.lastModificationTime,
this.latestOperationName,
this.loggingConfig,
this.name,
this.notificationConfig,
this.projectId,
this.replicationSpec,
this.schedule,
this.status,
this.transferSpec,
});