correspondingInstitutionIds property

  1. @JsonKey(name: 'corresponding_institution_ids')
List<String>? correspondingInstitutionIds
getter/setter pair

OpenAlex IDs of any institutions found within an authorship for which authorships.is_corresponding is true.

Implementation

@JsonKey(name: 'corresponding_institution_ids')
List<String>? correspondingInstitutionIds;