DataSource constructor
DataSource({
- String? authorizationType,
- String? clientId,
- String? dataRefreshType,
- String? dataSourceId,
- int? defaultDataRefreshWindowDays,
- String? defaultSchedule,
- String? description,
- String? displayName,
- String? helpUrl,
- bool? manualRunsDisabled,
- String? minimumScheduleInterval,
- String? name,
- List<
DataSourceParameter> ? parameters, - List<
String> ? scopes, - bool? supportsCustomSchedule,
- bool? supportsMultipleTransfers,
- String? transferType,
- int? updateDeadlineSeconds,
Implementation
DataSource({
this.authorizationType,
this.clientId,
this.dataRefreshType,
this.dataSourceId,
this.defaultDataRefreshWindowDays,
this.defaultSchedule,
this.description,
this.displayName,
this.helpUrl,
this.manualRunsDisabled,
this.minimumScheduleInterval,
this.name,
this.parameters,
this.scopes,
this.supportsCustomSchedule,
this.supportsMultipleTransfers,
this.transferType,
this.updateDeadlineSeconds,
});