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.
463 464 465 |
# File 'lib/google/apis/meet_v2/classes.rb', line 463 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
461 462 463 |
# File 'lib/google/apis/meet_v2/classes.rb', line 461 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
468 469 470 |
# File 'lib/google/apis/meet_v2/classes.rb', line 468 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end |