toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final collectionGroupScope = this.collectionGroupScope;
  final createTime = this.createTime;
  final databaseScope = this.databaseScope;
  final etag = this.etag;
  final name = this.name;
  final retentionPeriod = this.retentionPeriod;
  final startTime = this.startTime;
  final updateTime = this.updateTime;
  return {
    'collectionGroupScope': ?collectionGroupScope,
    'createTime': ?createTime,
    'databaseScope': ?databaseScope,
    'etag': ?etag,
    'name': ?name,
    'retentionPeriod': ?retentionPeriod,
    'startTime': ?startTime,
    'updateTime': ?updateTime,
  };
}