allowedUserIds property
- @JsonKey.new(includeIfNull: false, name: 'allowed_user_ids')
final
User IDs explicitly allowed to use this region
Implementation
@JsonKey(includeIfNull: false, name: 'allowed_user_ids')
final List<SnowflakeType>? allowedUserIds;