GoogleFirestoreAdminV1ChangeStream constructor
GoogleFirestoreAdminV1ChangeStream({
- GoogleFirestoreAdminV1CollectionGroupScope? collectionGroupScope,
- String? createTime,
- GoogleFirestoreAdminV1DatabaseScope? databaseScope,
- String? etag,
- String? name,
- String? retentionPeriod,
- String? startTime,
- String? updateTime,
Implementation
GoogleFirestoreAdminV1ChangeStream({
this.collectionGroupScope,
this.createTime,
this.databaseScope,
this.etag,
this.name,
this.retentionPeriod,
this.startTime,
this.updateTime,
});