teamId property

  1. @JsonKey(name: 'team_id')
String teamId
final

the id of the parent team of which they are a member

Implementation

@JsonKey(name: 'team_id')
final String teamId;