userId property
Identifier of the invited user.
When specified as a parameter of a request, this identifier can be set to
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;