userId property

String? userId
getter/setter pair

Identifier of the user.

When specified as a parameter of a request, this identifier can be one of the following: * the numeric identifier for the user * the email address of the user * the string literal "me", indicating the requesting user

Implementation

core.String? userId;