name property
Resource name for a Google Chat user.
Format: users/{user}
. users/app
can be used as an alias for the
calling app bot user. For human users, {user}
is the same user
identifier as: - the {person_id
} for the
Person in the
People API, where the Person resource_name
is people/{person_id}
. For
example, users/123456789
in Chat API represents the same person as
people/123456789
in People API. - the id
for a
user
in the Admin SDK Directory API.
Implementation
core.String? name;