Class: Google::Apps::Meet::V2beta::SignedinUser
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::SignedinUser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/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 and last name. For a robot account, it's the admin specified device name. For example, "Altostrat Room".
201 202 203 204 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 201 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}.
201 202 203 204 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 201 class SignedinUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |