factory BatchCreateIndexResponse.fromJson(Map<String, dynamic> json) { return BatchCreateIndexResponse( objectIdentifier: json['ObjectIdentifier'] as String?, ); }