StreamObject constructor
StreamObject({
- BackfillJob? backfillJob,
- String? createTime,
- String? displayName,
- List<
Error> ? errors, - String? name,
- SourceObjectIdentifier? sourceObject,
- String? updateTime,
Implementation
StreamObject({
this.backfillJob,
this.createTime,
this.displayName,
this.errors,
this.name,
this.sourceObject,
this.updateTime,
});