Class: Google::Apis::CloudsearchV1::CallSettings
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::CallSettings
- 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
Effective settings of the ongoing conference.
Instance Attribute Summary collapse
-
#access_lock ⇒ Boolean
(also: #access_lock?)
Indicates whether the access lock is currently on or off.
-
#access_type ⇒ String
The current access type of the conference.
-
#allow_joining_before_host ⇒ Boolean
(also: #allow_joining_before_host?)
Whether users can join this conference before a host (Host or Cohost).
-
#attendance_report_enabled ⇒ Boolean
(also: #attendance_report_enabled?)
Indicates whether the attendance report is currently enabled or disabled.
-
#audio_lock ⇒ Boolean
(also: #audio_lock?)
Indicates whether the audio lock is currently on or off.
-
#chat_lock ⇒ Boolean
(also: #chat_lock?)
Indicates whether the chat lock is currently on or off.
-
#cse_enabled ⇒ Boolean
(also: #cse_enabled?)
Whether Client-side Encryption is enabled for this conference.
-
#moderation_enabled ⇒ Boolean
(also: #moderation_enabled?)
Indicates whether moderation is currently on or off.
-
#present_lock ⇒ Boolean
(also: #present_lock?)
Indicates whether the present lock is currently on or off.
-
#reactions_lock ⇒ Boolean
(also: #reactions_lock?)
Indicates whether the reactions lock is currently on or off.
-
#video_lock ⇒ Boolean
(also: #video_lock?)
Indicates whether the video lock is currently on or off.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CallSettings
constructor
A new instance of CallSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CallSettings
Returns a new instance of CallSettings.
5202 5203 5204 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5202 def initialize(**args) update!(**args) end |
Instance Attribute Details
#access_lock ⇒ Boolean Also known as: access_lock?
Indicates whether the access lock is currently on or off.
Corresponds to the JSON property accessLock
5140 5141 5142 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5140 def access_lock @access_lock end |
#access_type ⇒ String
The current access type of the conference.
Corresponds to the JSON property accessType
5146 5147 5148 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5146 def access_type @access_type end |
#allow_joining_before_host ⇒ Boolean Also known as: allow_joining_before_host?
Whether users can join this conference before a host (Host or Cohost).
Corresponds to the JSON property allowJoiningBeforeHost
5151 5152 5153 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5151 def allow_joining_before_host @allow_joining_before_host end |
#attendance_report_enabled ⇒ Boolean Also known as: attendance_report_enabled?
Indicates whether the attendance report is currently enabled or disabled.
Corresponds to the JSON property attendanceReportEnabled
5157 5158 5159 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5157 def attendance_report_enabled @attendance_report_enabled end |
#audio_lock ⇒ Boolean Also known as: audio_lock?
Indicates whether the audio lock is currently on or off.
Corresponds to the JSON property audioLock
5163 5164 5165 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5163 def audio_lock @audio_lock end |
#chat_lock ⇒ Boolean Also known as: chat_lock?
Indicates whether the chat lock is currently on or off.
Corresponds to the JSON property chatLock
5169 5170 5171 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5169 def chat_lock @chat_lock end |
#cse_enabled ⇒ Boolean Also known as: cse_enabled?
Whether Client-side Encryption is enabled for this conference.
Corresponds to the JSON property cseEnabled
5175 5176 5177 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5175 def cse_enabled @cse_enabled end |
#moderation_enabled ⇒ Boolean Also known as: moderation_enabled?
Indicates whether moderation is currently on or off.
Corresponds to the JSON property moderationEnabled
5181 5182 5183 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5181 def moderation_enabled @moderation_enabled end |
#present_lock ⇒ Boolean Also known as: present_lock?
Indicates whether the present lock is currently on or off.
Corresponds to the JSON property presentLock
5187 5188 5189 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5187 def present_lock @present_lock end |
#reactions_lock ⇒ Boolean Also known as: reactions_lock?
Indicates whether the reactions lock is currently on or off.
Corresponds to the JSON property reactionsLock
5193 5194 5195 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5193 def reactions_lock @reactions_lock end |
#video_lock ⇒ Boolean Also known as: video_lock?
Indicates whether the video lock is currently on or off.
Corresponds to the JSON property videoLock
5199 5200 5201 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5199 def video_lock @video_lock end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5207 def update!(**args) @access_lock = args[:access_lock] if args.key?(:access_lock) @access_type = args[:access_type] if args.key?(:access_type) @allow_joining_before_host = args[:allow_joining_before_host] if args.key?(:allow_joining_before_host) @attendance_report_enabled = args[:attendance_report_enabled] if args.key?(:attendance_report_enabled) @audio_lock = args[:audio_lock] if args.key?(:audio_lock) @chat_lock = args[:chat_lock] if args.key?(:chat_lock) @cse_enabled = args[:cse_enabled] if args.key?(:cse_enabled) @moderation_enabled = args[:moderation_enabled] if args.key?(:moderation_enabled) @present_lock = args[:present_lock] if args.key?(:present_lock) @reactions_lock = args[:reactions_lock] if args.key?(:reactions_lock) @video_lock = args[:video_lock] if args.key?(:video_lock) end |