allowedUserIds property

  1. @JsonKey.new(includeIfNull: false, name: 'allowed_user_ids')
List<SnowflakeType>? allowedUserIds
final

User IDs explicitly allowed to use this region

Implementation

@JsonKey(includeIfNull: false, name: 'allowed_user_ids')
final List<SnowflakeType>? allowedUserIds;