userId property

  1. @BuiltValueField(wireName: r'user_id')
String? userId

The unique identifier of the user who performed this terms of service action.

Implementation

@BuiltValueField(wireName: r'user_id')
String? get userId;