Class: ZoomUs::Models::InlineResponse20069InMeeting
- Inherits:
-
Object
- Object
- ZoomUs::Models::InlineResponse20069InMeeting
- Defined in:
- lib/zoom_us/models/inline_response_200_69_in_meeting.rb
Instance Attribute Summary collapse
-
#alert_guest_join ⇒ Object
Allow participants who belong to your account to see that a guest (someone who does not belong to your account) is participating in the meeting/webinar.
-
#allow_show_zoom_windows ⇒ Object
Show Zoom windows during screen share.
-
#annotation ⇒ Object
Allow participants to use annotation tools to add information to shared screens.
-
#attendee_on_hold ⇒ Object
Allow hosts to temporarily remove an attendee from the meeting.
-
#attention_tracking ⇒ Object
Allow the host to see an indicator in the participant panel if a meeting/webinar attendee does not have Zoom in focus during screen sharing.
-
#auto_answer ⇒ Object
Enable users to see and add contacts to ‘auto-answer group’ in the contact list on chat.
-
#auto_saving_chat ⇒ Object
Automatically save all in-meeting chats.
-
#breakout_room ⇒ Object
Allow host to split meeting participants into separate, smaller rooms.
-
#chat ⇒ Object
Allow meeting participants to send chat message visible to all participants.
-
#closed_caption ⇒ Object
Allow host to type closed captions or assign a participant/third party device to add closed captions.
-
#co_host ⇒ Object
Allow the host to add co-hosts.
-
#e2e_encryption ⇒ Object
Require that all meetings are encrypted using AES.
-
#entry_exit_chime ⇒ Object
Play sound when participants join or leave.
-
#far_end_camera_control ⇒ Object
Allow another user to take control of the camera during a meeting.
-
#feedback ⇒ Object
Enable users to provide feedback to Zoom at the end of the meeting.
-
#file_transfer ⇒ Object
Allow hosts and participants to send files through the in-meeting chat.
-
#group_hd ⇒ Object
Enable higher quality video for host and participants.
-
#non_verbal_feedback ⇒ Object
Allow participants in a meeting can provide nonverbal feedback and express opinions by clicking on icons in the Participants panel.
-
#original_audio ⇒ Object
Allow users to select original sound during a meeting.
-
#polling ⇒ Object
Add ‘Polls’ to the meeting controls.
-
#post_meeting_feedback ⇒ Object
Display end-of-meeting experience feedback survey.
-
#private_chat ⇒ Object
Allow meeting participants to send a private 1:1 message to another participant.
-
#remote_control ⇒ Object
During screen sharing, allow the person who is sharing to let others control the shared content.
-
#remote_support ⇒ Object
Allow meeting host to provide 1:1 remote support to another participant.
-
#screen_sharing ⇒ Object
Allow host and participants to share their screen or content during meetings.
-
#sending_default_email_invites ⇒ Object
Allow users to invite participants by email only by default.
-
#show_browser_join_link ⇒ Object
Allow participants to join a meeting directly from their browser.
-
#show_meeting_control_toolbar ⇒ Object
Always show meeting controls during a meeting.
-
#stereo_audio ⇒ Object
Allow users to select stereo audio during a meeting.
-
#use_html_format_email ⇒ Object
Allow HTML formatting instead of plain text for meeting invitations scheduled with the Outlook plugin.
-
#virtual_background ⇒ Object
Enable virtual background.
-
#waiting_room ⇒ Object
Attendees cannot join a meeting until a host admits them individually from the waiting room.
-
#whiteboard ⇒ Object
Allow participants to share a whiteboard that includes annotation tools.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ InlineResponse20069InMeeting
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ InlineResponse20069InMeeting
Initializes the object
197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 197 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'e2e_encryption') self.e2e_encryption = attributes[:'e2e_encryption'] end if attributes.has_key?(:'chat') self.chat = attributes[:'chat'] end if attributes.has_key?(:'private_chat') self.private_chat = attributes[:'private_chat'] end if attributes.has_key?(:'auto_saving_chat') self.auto_saving_chat = attributes[:'auto_saving_chat'] end if attributes.has_key?(:'entry_exit_chime') self.entry_exit_chime = attributes[:'entry_exit_chime'] end if attributes.has_key?(:'file_transfer') self.file_transfer = attributes[:'file_transfer'] end if attributes.has_key?(:'feedback') self.feedback = attributes[:'feedback'] end if attributes.has_key?(:'post_meeting_feedback') self.post_meeting_feedback = attributes[:'post_meeting_feedback'] end if attributes.has_key?(:'co_host') self.co_host = attributes[:'co_host'] end if attributes.has_key?(:'polling') self.polling = attributes[:'polling'] end if attributes.has_key?(:'attendee_on_hold') self.attendee_on_hold = attributes[:'attendee_on_hold'] end if attributes.has_key?(:'show_meeting_control_toolbar') self. = attributes[:'show_meeting_control_toolbar'] end if attributes.has_key?(:'allow_show_zoom_windows') self.allow_show_zoom_windows = attributes[:'allow_show_zoom_windows'] end if attributes.has_key?(:'annotation') self.annotation = attributes[:'annotation'] end if attributes.has_key?(:'whiteboard') self.whiteboard = attributes[:'whiteboard'] end if attributes.has_key?(:'remote_control') self.remote_control = attributes[:'remote_control'] end if attributes.has_key?(:'non_verbal_feedback') self.non_verbal_feedback = attributes[:'non_verbal_feedback'] end if attributes.has_key?(:'breakout_room') self.breakout_room = attributes[:'breakout_room'] end if attributes.has_key?(:'remote_support') self.remote_support = attributes[:'remote_support'] end if attributes.has_key?(:'closed_caption') self.closed_caption = attributes[:'closed_caption'] end if attributes.has_key?(:'far_end_camera_control') self.far_end_camera_control = attributes[:'far_end_camera_control'] end if attributes.has_key?(:'group_hd') self.group_hd = attributes[:'group_hd'] end if attributes.has_key?(:'virtual_background') self.virtual_background = attributes[:'virtual_background'] end if attributes.has_key?(:'alert_guest_join') self.alert_guest_join = attributes[:'alert_guest_join'] end if attributes.has_key?(:'auto_answer') self.auto_answer = attributes[:'auto_answer'] end if attributes.has_key?(:'sending_default_email_invites') self.sending_default_email_invites = attributes[:'sending_default_email_invites'] end if attributes.has_key?(:'use_html_format_email') self.use_html_format_email = attributes[:'use_html_format_email'] end if attributes.has_key?(:'stereo_audio') self.stereo_audio = attributes[:'stereo_audio'] end if attributes.has_key?(:'original_audio') self.original_audio = attributes[:'original_audio'] end if attributes.has_key?(:'screen_sharing') self.screen_sharing = attributes[:'screen_sharing'] end if attributes.has_key?(:'attention_tracking') self.attention_tracking = attributes[:'attention_tracking'] end if attributes.has_key?(:'waiting_room') self.waiting_room = attributes[:'waiting_room'] end if attributes.has_key?(:'show_browser_join_link') self.show_browser_join_link = attributes[:'show_browser_join_link'] end end |
Instance Attribute Details
#alert_guest_join ⇒ Object
Allow participants who belong to your account to see that a guest (someone who does not belong to your account) is participating in the meeting/webinar.
88 89 90 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 88 def alert_guest_join @alert_guest_join end |
#allow_show_zoom_windows ⇒ Object
Show Zoom windows during screen share.
55 56 57 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 55 def allow_show_zoom_windows @allow_show_zoom_windows end |
#annotation ⇒ Object
Allow participants to use annotation tools to add information to shared screens.
58 59 60 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 58 def annotation @annotation end |
#attendee_on_hold ⇒ Object
Allow hosts to temporarily remove an attendee from the meeting.
49 50 51 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 49 def attendee_on_hold @attendee_on_hold end |
#attention_tracking ⇒ Object
Allow the host to see an indicator in the participant panel if a meeting/webinar attendee does not have Zoom in focus during screen sharing.
109 110 111 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 109 def attention_tracking @attention_tracking end |
#auto_answer ⇒ Object
Enable users to see and add contacts to ‘auto-answer group’ in the contact list on chat. Any call from members of this group will be automatically answered.
91 92 93 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 91 def auto_answer @auto_answer end |
#auto_saving_chat ⇒ Object
Automatically save all in-meeting chats.
28 29 30 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 28 def auto_saving_chat @auto_saving_chat end |
#breakout_room ⇒ Object
Allow host to split meeting participants into separate, smaller rooms.
70 71 72 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 70 def breakout_room @breakout_room end |
#chat ⇒ Object
Allow meeting participants to send chat message visible to all participants.
22 23 24 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 22 def chat @chat end |
#closed_caption ⇒ Object
Allow host to type closed captions or assign a participant/third party device to add closed captions.
76 77 78 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 76 def closed_caption @closed_caption end |
#co_host ⇒ Object
Allow the host to add co-hosts. Co-hosts have the same in-meeting controls as the host.
43 44 45 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 43 def co_host @co_host end |
#e2e_encryption ⇒ Object
Require that all meetings are encrypted using AES.
19 20 21 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 19 def e2e_encryption @e2e_encryption end |
#entry_exit_chime ⇒ Object
Play sound when participants join or leave.
31 32 33 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 31 def entry_exit_chime @entry_exit_chime end |
#far_end_camera_control ⇒ Object
Allow another user to take control of the camera during a meeting.
79 80 81 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 79 def far_end_camera_control @far_end_camera_control end |
#feedback ⇒ Object
Enable users to provide feedback to Zoom at the end of the meeting.
37 38 39 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 37 def feedback @feedback end |
#file_transfer ⇒ Object
Allow hosts and participants to send files through the in-meeting chat.
34 35 36 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 34 def file_transfer @file_transfer end |
#group_hd ⇒ Object
Enable higher quality video for host and participants. This will require more bandwidth.
82 83 84 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 82 def group_hd @group_hd end |
#non_verbal_feedback ⇒ Object
Allow participants in a meeting can provide nonverbal feedback and express opinions by clicking on icons in the Participants panel.
67 68 69 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 67 def non_verbal_feedback @non_verbal_feedback end |
#original_audio ⇒ Object
Allow users to select original sound during a meeting.
103 104 105 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 103 def original_audio @original_audio end |
#polling ⇒ Object
Add ‘Polls’ to the meeting controls. This allows the host to survey the attendees.
46 47 48 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 46 def polling @polling end |
#post_meeting_feedback ⇒ Object
Display end-of-meeting experience feedback survey.
40 41 42 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 40 def post_meeting_feedback @post_meeting_feedback end |
#private_chat ⇒ Object
Allow meeting participants to send a private 1:1 message to another participant.
25 26 27 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 25 def private_chat @private_chat end |
#remote_control ⇒ Object
During screen sharing, allow the person who is sharing to let others control the shared content.
64 65 66 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 64 def remote_control @remote_control end |
#remote_support ⇒ Object
Allow meeting host to provide 1:1 remote support to another participant.
73 74 75 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 73 def remote_support @remote_support end |
#screen_sharing ⇒ Object
Allow host and participants to share their screen or content during meetings.
106 107 108 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 106 def screen_sharing @screen_sharing end |
#sending_default_email_invites ⇒ Object
Allow users to invite participants by email only by default.
94 95 96 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 94 def sending_default_email_invites @sending_default_email_invites end |
#show_browser_join_link ⇒ Object
Allow participants to join a meeting directly from their browser.
115 116 117 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 115 def show_browser_join_link @show_browser_join_link end |
#show_meeting_control_toolbar ⇒ Object
Always show meeting controls during a meeting.
52 53 54 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 52 def end |
#stereo_audio ⇒ Object
Allow users to select stereo audio during a meeting.
100 101 102 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 100 def stereo_audio @stereo_audio end |
#use_html_format_email ⇒ Object
Allow HTML formatting instead of plain text for meeting invitations scheduled with the Outlook plugin.
97 98 99 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 97 def use_html_format_email @use_html_format_email end |
#virtual_background ⇒ Object
Enable virtual background.
85 86 87 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 85 def virtual_background @virtual_background end |
#waiting_room ⇒ Object
Attendees cannot join a meeting until a host admits them individually from the waiting room.
112 113 114 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 112 def waiting_room @waiting_room end |
#whiteboard ⇒ Object
Allow participants to share a whiteboard that includes annotation tools.
61 62 63 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 61 def whiteboard @whiteboard end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 118 def self.attribute_map { :'e2e_encryption' => :'e2e_encryption', :'chat' => :'chat', :'private_chat' => :'private_chat', :'auto_saving_chat' => :'auto_saving_chat', :'entry_exit_chime' => :'entry_exit_chime', :'file_transfer' => :'file_transfer', :'feedback' => :'feedback', :'post_meeting_feedback' => :'post_meeting_feedback', :'co_host' => :'co_host', :'polling' => :'polling', :'attendee_on_hold' => :'attendee_on_hold', :'show_meeting_control_toolbar' => :'show_meeting_control_toolbar', :'allow_show_zoom_windows' => :'allow_show_zoom_windows', :'annotation' => :'annotation', :'whiteboard' => :'whiteboard', :'remote_control' => :'remote_control', :'non_verbal_feedback' => :'non_verbal_feedback', :'breakout_room' => :'breakout_room', :'remote_support' => :'remote_support', :'closed_caption' => :'closed_caption', :'far_end_camera_control' => :'far_end_camera_control', :'group_hd' => :'group_hd', :'virtual_background' => :'virtual_background', :'alert_guest_join' => :'alert_guest_join', :'auto_answer' => :'auto_answer', :'sending_default_email_invites' => :'sending_default_email_invites', :'use_html_format_email' => :'use_html_format_email', :'stereo_audio' => :'stereo_audio', :'original_audio' => :'original_audio', :'screen_sharing' => :'screen_sharing', :'attention_tracking' => :'attention_tracking', :'waiting_room' => :'waiting_room', :'show_browser_join_link' => :'show_browser_join_link' } end |
.swagger_types ⇒ Object
Attribute type mapping.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 157 def self.swagger_types { :'e2e_encryption' => :'BOOLEAN', :'chat' => :'BOOLEAN', :'private_chat' => :'BOOLEAN', :'auto_saving_chat' => :'BOOLEAN', :'entry_exit_chime' => :'String', :'file_transfer' => :'BOOLEAN', :'feedback' => :'BOOLEAN', :'post_meeting_feedback' => :'BOOLEAN', :'co_host' => :'BOOLEAN', :'polling' => :'BOOLEAN', :'attendee_on_hold' => :'BOOLEAN', :'show_meeting_control_toolbar' => :'BOOLEAN', :'allow_show_zoom_windows' => :'BOOLEAN', :'annotation' => :'BOOLEAN', :'whiteboard' => :'BOOLEAN', :'remote_control' => :'BOOLEAN', :'non_verbal_feedback' => :'BOOLEAN', :'breakout_room' => :'BOOLEAN', :'remote_support' => :'BOOLEAN', :'closed_caption' => :'BOOLEAN', :'far_end_camera_control' => :'BOOLEAN', :'group_hd' => :'BOOLEAN', :'virtual_background' => :'BOOLEAN', :'alert_guest_join' => :'BOOLEAN', :'auto_answer' => :'BOOLEAN', :'sending_default_email_invites' => :'BOOLEAN', :'use_html_format_email' => :'BOOLEAN', :'stereo_audio' => :'BOOLEAN', :'original_audio' => :'BOOLEAN', :'screen_sharing' => :'BOOLEAN', :'attention_tracking' => :'BOOLEAN', :'waiting_room' => :'BOOLEAN', :'show_browser_join_link' => :'BOOLEAN' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 351 def ==(o) return true if self.equal?(o) self.class == o.class && e2e_encryption == o.e2e_encryption && chat == o.chat && private_chat == o.private_chat && auto_saving_chat == o.auto_saving_chat && entry_exit_chime == o.entry_exit_chime && file_transfer == o.file_transfer && feedback == o.feedback && post_meeting_feedback == o.post_meeting_feedback && co_host == o.co_host && polling == o.polling && attendee_on_hold == o.attendee_on_hold && == o. && allow_show_zoom_windows == o.allow_show_zoom_windows && annotation == o.annotation && whiteboard == o.whiteboard && remote_control == o.remote_control && non_verbal_feedback == o.non_verbal_feedback && breakout_room == o.breakout_room && remote_support == o.remote_support && closed_caption == o.closed_caption && far_end_camera_control == o.far_end_camera_control && group_hd == o.group_hd && virtual_background == o.virtual_background && alert_guest_join == o.alert_guest_join && auto_answer == o.auto_answer && sending_default_email_invites == o.sending_default_email_invites && use_html_format_email == o.use_html_format_email && stereo_audio == o.stereo_audio && original_audio == o.original_audio && screen_sharing == o.screen_sharing && attention_tracking == o.attention_tracking && waiting_room == o.waiting_room && show_browser_join_link == o.show_browser_join_link end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 425 def _deserialize(type, value) case type.to_sym when :DateTime ::DateTime.parse(value) when :Date ::Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model temp_model = Models.const_get(type).new temp_model.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 491 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 404 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(o) ⇒ Boolean
391 392 393 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 391 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
397 398 399 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 397 def hash [e2e_encryption, chat, private_chat, auto_saving_chat, entry_exit_chime, file_transfer, feedback, post_meeting_feedback, co_host, polling, attendee_on_hold, , allow_show_zoom_windows, annotation, whiteboard, remote_control, non_verbal_feedback, breakout_room, remote_support, closed_caption, far_end_camera_control, group_hd, virtual_background, alert_guest_join, auto_answer, sending_default_email_invites, use_html_format_email, stereo_audio, original_audio, screen_sharing, attention_tracking, waiting_room, show_browser_join_link].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
338 339 340 341 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 338 def list_invalid_properties invalid_properties = Array.new invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
471 472 473 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 471 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
477 478 479 480 481 482 483 484 485 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 477 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
465 466 467 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 465 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
345 346 347 |
# File 'lib/zoom_us/models/inline_response_200_69_in_meeting.rb', line 345 def valid? true end |