Stream constructor

Stream({
  1. BackfillAllStrategy? backfillAll,
  2. BackfillNoneStrategy? backfillNone,
  3. String? createTime,
  4. String? customerManagedEncryptionKey,
  5. DestinationConfig? destinationConfig,
  6. String? displayName,
  7. List<Error>? errors,
  8. Map<String, String>? labels,
  9. String? lastRecoveryTime,
  10. String? name,
  11. SourceConfig? sourceConfig,
  12. String? state,
  13. String? updateTime,
})

Implementation

Stream({
  this.backfillAll,
  this.backfillNone,
  this.createTime,
  this.customerManagedEncryptionKey,
  this.destinationConfig,
  this.displayName,
  this.errors,
  this.labels,
  this.lastRecoveryTime,
  this.name,
  this.sourceConfig,
  this.state,
  this.updateTime,
});