userId property

  1. @JsonKey.new(includeIfNull: false, name: 'user_id')
SnowflakeType? userId
final

The user ID of the user who performed the action

Implementation

@JsonKey(includeIfNull: false, name: 'user_id')
final SnowflakeType? userId;