Stream constructor
Stream({
- BackfillAllStrategy? backfillAll,
- BackfillNoneStrategy? backfillNone,
- String? createTime,
- DestinationConfig? destinationConfig,
- String? displayName,
- List<
Error> ? errors, - Map<
String, String> ? labels, - String? name,
- SourceConfig? sourceConfig,
- String? state,
- String? updateTime,
Implementation
Stream({
this.backfillAll,
this.backfillNone,
this.createTime,
this.destinationConfig,
this.displayName,
this.errors,
this.labels,
this.name,
this.sourceConfig,
this.state,
this.updateTime,
});