Class: Google::Apis::CloudsearchV1::UniversalPhoneAccess
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::UniversalPhoneAccess
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Universal phone access contains information required to dial into a conference using one of a static list of phone numbers and a universal PIN. The phone number list is distributed separately.
Instance Attribute Summary collapse
-
#pin ⇒ String
The PIN that users must enter after dialing a universal number.
-
#pstn_info_url ⇒ String
This field has the same contents as the MeetingSpace.more_join_url field, and is included for compatibility reasons.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UniversalPhoneAccess
constructor
A new instance of UniversalPhoneAccess.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UniversalPhoneAccess
Returns a new instance of UniversalPhoneAccess.
20775 20776 20777 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20775 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pin ⇒ String
The PIN that users must enter after dialing a universal number. The pin
consists of only decimal digits and the length may vary, though it generally
is longer than a PhoneAccess.pin.
Corresponds to the JSON property pin
20766 20767 20768 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20766 def pin @pin end |
#pstn_info_url ⇒ String
This field has the same contents as the MeetingSpace.more_join_url field, and
is included for compatibility reasons. Clients should use the other field
instead. This field is deprecated and will be removed.
Corresponds to the JSON property pstnInfoUrl
20773 20774 20775 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20773 def pstn_info_url @pstn_info_url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20780 20781 20782 20783 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 20780 def update!(**args) @pin = args[:pin] if args.key?(:pin) @pstn_info_url = args[:pstn_info_url] if args.key?(:pstn_info_url) end |