userId property

String? userId
getter/setter pair

The id of the user, allowing you to match the feedback with the userIds of you application

Might be a nickname, a uuid, or an email-address

Implementation

String? userId;