GoogleFirestoreAdminV1ChangeStream constructor

GoogleFirestoreAdminV1ChangeStream({
  1. GoogleFirestoreAdminV1CollectionGroupScope? collectionGroupScope,
  2. String? createTime,
  3. GoogleFirestoreAdminV1DatabaseScope? databaseScope,
  4. String? etag,
  5. String? name,
  6. String? retentionPeriod,
  7. String? startTime,
  8. String? updateTime,
})

Implementation

GoogleFirestoreAdminV1ChangeStream({
  this.collectionGroupScope,
  this.createTime,
  this.databaseScope,
  this.etag,
  this.name,
  this.retentionPeriod,
  this.startTime,
  this.updateTime,
});