roles property

  1. @JsonKey(name: 'roles')
List<Role>? roles
getter/setter pair

List of role objects, which include the role (one of institution, funder, or publisher), the id (), and the works_count.

Implementation

@JsonKey(name: 'roles')
List<Role>? roles;