ids property

  1. @JsonKey(name: 'ids')
AlexIds? ids
getter/setter pair

All the external identifiers that we know about for this institution. IDs are expressed as URIs whenever possible. Possible ID types:

Implementation

@JsonKey(name: 'ids')
AlexIds? ids;