StreamObject constructor

StreamObject({
  1. BackfillJob? backfillJob,
  2. String? createTime,
  3. List<CustomizationRule>? customizationRules,
  4. String? displayName,
  5. List<Error>? errors,
  6. String? name,
  7. SourceObjectIdentifier? sourceObject,
  8. String? updateTime,
})

Implementation

StreamObject({
  this.backfillJob,
  this.createTime,
  this.customizationRules,
  this.displayName,
  this.errors,
  this.name,
  this.sourceObject,
  this.updateTime,
});