core.Map<core.String, core.dynamic> toJson() { final dbSystemShapes = this.dbSystemShapes; final nextPageToken = this.nextPageToken; return {'dbSystemShapes': ?dbSystemShapes, 'nextPageToken': ?nextPageToken}; }