Class: Google::Apps::Meet::V2::SignedinUser
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::SignedinUser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/resource.rb
Overview
A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
-
#user ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
196 197 198 199 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 196 class SignedinUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::String (readonly)
Returns Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
.
196 197 198 199 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 196 class SignedinUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |