Class: Google::Apis::MeetV2::PhoneUser

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_nameString

Output only. Partially redacted user's phone number when calling. Corresponds to the JSON property displayName

Returns:

  • (String)


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