accountUserRoleRelationships property

  1. @JsonKey(name: 'account_user_role_relationships', defaultValue: <EventAccountUserRoleRelationship>[])
List<EventAccountUserRoleRelationship>? accountUserRoleRelationships
final

Implementation

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