Map<String, dynamic> toJson() { final indexName = this.indexName; final keys = this.keys; return { 'IndexName': indexName, 'Keys': keys, }; }