TransferRun constructor
TransferRun({
- String? dataSourceId,
- String? destinationDatasetId,
- EmailPreferences? emailPreferences,
- String? endTime,
- Status? errorStatus,
- String? name,
- String? notificationPubsubTopic,
- Map<
String, Object?> ? params, - String? runTime,
- String? schedule,
- String? scheduleTime,
- String? startTime,
- String? state,
- String? updateTime,
- String? userId,
Implementation
TransferRun({
this.dataSourceId,
this.destinationDatasetId,
this.emailPreferences,
this.endTime,
this.errorStatus,
this.name,
this.notificationPubsubTopic,
this.params,
this.runTime,
this.schedule,
this.scheduleTime,
this.startTime,
this.state,
this.updateTime,
this.userId,
});