correspondingInstitutionIds property
- @JsonKey(name: 'corresponding_institution_ids')
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;