Class: Google::Apps::Meet::V2::PhoneUser
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::PhoneUser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/resource.rb
Overview
User dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns Output only. Partially redacted user's phone number when calling.
215 216 217 218 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 215 class PhoneUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |