team property
List of team members who manage this application on Bungie.net. Will always consist of at least the application owner.
Implementation
@JsonKey(name:'team')
List<ApplicationDeveloper>? team;
List of team members who manage this application on Bungie.net. Will always consist of at least the application owner.
@JsonKey(name:'team')
List<ApplicationDeveloper>? team;