accountUserRoleRelationships property
- @JsonKey.new(name: 'account_user_role_relationships', defaultValue: <EventAccountUserRoleRelationship>[])
final
Implementation
@JsonKey(
name: 'account_user_role_relationships',
defaultValue: <EventAccountUserRoleRelationship>[])
final List<EventAccountUserRoleRelationship>? accountUserRoleRelationships;