Class: Google::Apis::MeetV2::PhoneUser
- Inherits:
-
Object
- Object
- Google::Apis::MeetV2::PhoneUser
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/meet_v2/classes.rb,
lib/google/apis/meet_v2/representations.rb,
lib/google/apis/meet_v2/representations.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
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PhoneUser
constructor
A new instance of PhoneUser.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PhoneUser
Returns a new instance of PhoneUser.
630 631 632 |
# File 'lib/google/apis/meet_v2/classes.rb', line 630 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Output only. Partially redacted user's phone number when calling.
Corresponds to the JSON property displayName
628 629 630 |
# File 'lib/google/apis/meet_v2/classes.rb', line 628 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
635 636 637 |
# File 'lib/google/apis/meet_v2/classes.rb', line 635 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end |