team property

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

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;