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