Class: MicrosoftGraph::Models::OnlineMeeting
- Includes:
- MicrosoftKiotaAbstractions::Parsable
- Defined in:
- lib/models/online_meeting.rb
Class Method Summary collapse
-
.create_from_discriminator_value(parse_node) ⇒ Object
Creates a new instance of the appropriate class based on discriminator value.
Instance Method Summary collapse
-
#allow_attendee_to_enable_camera ⇒ Object
Gets the allowAttendeeToEnableCamera property value.
-
#allow_attendee_to_enable_camera=(value) ⇒ Object
Sets the allowAttendeeToEnableCamera property value.
-
#allow_attendee_to_enable_mic ⇒ Object
Gets the allowAttendeeToEnableMic property value.
-
#allow_attendee_to_enable_mic=(value) ⇒ Object
Sets the allowAttendeeToEnableMic property value.
-
#allow_meeting_chat ⇒ Object
Gets the allowMeetingChat property value.
-
#allow_meeting_chat=(value) ⇒ Object
Sets the allowMeetingChat property value.
-
#allow_participants_to_change_name ⇒ Object
Gets the allowParticipantsToChangeName property value.
-
#allow_participants_to_change_name=(value) ⇒ Object
Sets the allowParticipantsToChangeName property value.
-
#allow_teamwork_reactions ⇒ Object
Gets the allowTeamworkReactions property value.
-
#allow_teamwork_reactions=(value) ⇒ Object
Sets the allowTeamworkReactions property value.
-
#allowed_presenters ⇒ Object
Gets the allowedPresenters property value.
-
#allowed_presenters=(value) ⇒ Object
Sets the allowedPresenters property value.
-
#attendance_reports ⇒ Object
Gets the attendanceReports property value.
-
#attendance_reports=(value) ⇒ Object
Sets the attendanceReports property value.
-
#attendee_report ⇒ Object
Gets the attendeeReport property value.
-
#attendee_report=(value) ⇒ Object
Sets the attendeeReport property value.
-
#audio_conferencing ⇒ Object
Gets the audioConferencing property value.
-
#audio_conferencing=(value) ⇒ Object
Sets the audioConferencing property value.
-
#broadcast_settings ⇒ Object
Gets the broadcastSettings property value.
-
#broadcast_settings=(value) ⇒ Object
Sets the broadcastSettings property value.
-
#chat_info ⇒ Object
Gets the chatInfo property value.
-
#chat_info=(value) ⇒ Object
Sets the chatInfo property value.
-
#creation_date_time ⇒ Object
Gets the creationDateTime property value.
-
#creation_date_time=(value) ⇒ Object
Sets the creationDateTime property value.
-
#end_date_time ⇒ Object
Gets the endDateTime property value.
-
#end_date_time=(value) ⇒ Object
Sets the endDateTime property value.
-
#external_id ⇒ Object
Gets the externalId property value.
-
#external_id=(value) ⇒ Object
Sets the externalId property value.
-
#get_field_deserializers ⇒ Object
The deserialization information for the current model.
-
#initialize ⇒ Object
constructor
Instantiates a new onlineMeeting and sets the default values.
-
#is_broadcast ⇒ Object
Gets the isBroadcast property value.
-
#is_broadcast=(value) ⇒ Object
Sets the isBroadcast property value.
-
#is_entry_exit_announced ⇒ Object
Gets the isEntryExitAnnounced property value.
-
#is_entry_exit_announced=(value) ⇒ Object
Sets the isEntryExitAnnounced property value.
-
#join_information ⇒ Object
Gets the joinInformation property value.
-
#join_information=(value) ⇒ Object
Sets the joinInformation property value.
-
#join_meeting_id_settings ⇒ Object
Gets the joinMeetingIdSettings property value.
-
#join_meeting_id_settings=(value) ⇒ Object
Sets the joinMeetingIdSettings property value.
-
#join_web_url ⇒ Object
Gets the joinWebUrl property value.
-
#join_web_url=(value) ⇒ Object
Sets the joinWebUrl property value.
-
#lobby_bypass_settings ⇒ Object
Gets the lobbyBypassSettings property value.
-
#lobby_bypass_settings=(value) ⇒ Object
Sets the lobbyBypassSettings property value.
-
#participants ⇒ Object
Gets the participants property value.
-
#participants=(value) ⇒ Object
Sets the participants property value.
-
#record_automatically ⇒ Object
Gets the recordAutomatically property value.
-
#record_automatically=(value) ⇒ Object
Sets the recordAutomatically property value.
-
#serialize(writer) ⇒ Object
Serializes information the current object.
-
#share_meeting_chat_history_default ⇒ Object
Gets the shareMeetingChatHistoryDefault property value.
-
#share_meeting_chat_history_default=(value) ⇒ Object
Sets the shareMeetingChatHistoryDefault property value.
-
#start_date_time ⇒ Object
Gets the startDateTime property value.
-
#start_date_time=(value) ⇒ Object
Sets the startDateTime property value.
-
#subject ⇒ Object
Gets the subject property value.
-
#subject=(value) ⇒ Object
Sets the subject property value.
-
#video_teleconference_id ⇒ Object
Gets the videoTeleconferenceId property value.
-
#video_teleconference_id=(value) ⇒ Object
Sets the videoTeleconferenceId property value.
-
#watermark_protection ⇒ Object
Gets the watermarkProtection property value.
-
#watermark_protection=(value) ⇒ Object
Sets the watermarkProtection property value.
Methods inherited from Entity
#additional_data, #additional_data=, #id, #id=, #odata_type, #odata_type=
Constructor Details
#initialize ⇒ Object
Instantiates a new onlineMeeting and sets the default values.
260 261 262 |
# File 'lib/models/online_meeting.rb', line 260 def initialize() super end |
Class Method Details
.create_from_discriminator_value(parse_node) ⇒ Object
Creates a new instance of the appropriate class based on discriminator value
268 269 270 271 |
# File 'lib/models/online_meeting.rb', line 268 def self.create_from_discriminator_value(parse_node) raise StandardError, 'parse_node cannot be null' if parse_node.nil? return OnlineMeeting.new end |
Instance Method Details
#allow_attendee_to_enable_camera ⇒ Object
Gets the allowAttendeeToEnableCamera property value. Indicates whether attendees can turn on their camera.
95 96 97 |
# File 'lib/models/online_meeting.rb', line 95 def allow_attendee_to_enable_camera return @allow_attendee_to_enable_camera end |
#allow_attendee_to_enable_camera=(value) ⇒ Object
Sets the allowAttendeeToEnableCamera property value. Indicates whether attendees can turn on their camera.
103 104 105 |
# File 'lib/models/online_meeting.rb', line 103 def allow_attendee_to_enable_camera=(value) @allow_attendee_to_enable_camera = value end |
#allow_attendee_to_enable_mic ⇒ Object
Gets the allowAttendeeToEnableMic property value. Indicates whether attendees can turn on their microphone.
110 111 112 |
# File 'lib/models/online_meeting.rb', line 110 def allow_attendee_to_enable_mic return @allow_attendee_to_enable_mic end |
#allow_attendee_to_enable_mic=(value) ⇒ Object
Sets the allowAttendeeToEnableMic property value. Indicates whether attendees can turn on their microphone.
118 119 120 |
# File 'lib/models/online_meeting.rb', line 118 def allow_attendee_to_enable_mic=(value) @allow_attendee_to_enable_mic = value end |
#allow_meeting_chat ⇒ Object
Gets the allowMeetingChat property value. Specifies the mode of meeting chat.
125 126 127 |
# File 'lib/models/online_meeting.rb', line 125 def allow_meeting_chat return @allow_meeting_chat end |
#allow_meeting_chat=(value) ⇒ Object
Sets the allowMeetingChat property value. Specifies the mode of meeting chat.
133 134 135 |
# File 'lib/models/online_meeting.rb', line 133 def allow_meeting_chat=(value) @allow_meeting_chat = value end |
#allow_participants_to_change_name ⇒ Object
Gets the allowParticipantsToChangeName property value. Specifies if participants are allowed to rename themselves in an instance of the meeting.
140 141 142 |
# File 'lib/models/online_meeting.rb', line 140 def allow_participants_to_change_name return @allow_participants_to_change_name end |
#allow_participants_to_change_name=(value) ⇒ Object
Sets the allowParticipantsToChangeName property value. Specifies if participants are allowed to rename themselves in an instance of the meeting.
148 149 150 |
# File 'lib/models/online_meeting.rb', line 148 def allow_participants_to_change_name=(value) @allow_participants_to_change_name = value end |
#allow_teamwork_reactions ⇒ Object
Gets the allowTeamworkReactions property value. Indicates whether Teams reactions are enabled for the meeting.
155 156 157 |
# File 'lib/models/online_meeting.rb', line 155 def allow_teamwork_reactions return @allow_teamwork_reactions end |
#allow_teamwork_reactions=(value) ⇒ Object
Sets the allowTeamworkReactions property value. Indicates whether Teams reactions are enabled for the meeting.
163 164 165 |
# File 'lib/models/online_meeting.rb', line 163 def allow_teamwork_reactions=(value) @allow_teamwork_reactions = value end |
#allowed_presenters ⇒ Object
Gets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are listed in the following table.
170 171 172 |
# File 'lib/models/online_meeting.rb', line 170 def allowed_presenters return @allowed_presenters end |
#allowed_presenters=(value) ⇒ Object
Sets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are listed in the following table.
178 179 180 |
# File 'lib/models/online_meeting.rb', line 178 def allowed_presenters=(value) @allowed_presenters = value end |
#attendance_reports ⇒ Object
Gets the attendanceReports property value. The attendance reports of an online meeting. Read-only.
185 186 187 |
# File 'lib/models/online_meeting.rb', line 185 def attendance_reports return @attendance_reports end |
#attendance_reports=(value) ⇒ Object
Sets the attendanceReports property value. The attendance reports of an online meeting. Read-only.
193 194 195 |
# File 'lib/models/online_meeting.rb', line 193 def attendance_reports=(value) @attendance_reports = value end |
#attendee_report ⇒ Object
Gets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only.
200 201 202 |
# File 'lib/models/online_meeting.rb', line 200 def attendee_report return @attendee_report end |
#attendee_report=(value) ⇒ Object
Sets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only.
208 209 210 |
# File 'lib/models/online_meeting.rb', line 208 def attendee_report=(value) @attendee_report = value end |
#audio_conferencing ⇒ Object
Gets the audioConferencing property value. The phone access (dial-in) information for an online meeting. Read-only.
215 216 217 |
# File 'lib/models/online_meeting.rb', line 215 def audio_conferencing return @audio_conferencing end |
#audio_conferencing=(value) ⇒ Object
Sets the audioConferencing property value. The phone access (dial-in) information for an online meeting. Read-only.
223 224 225 |
# File 'lib/models/online_meeting.rb', line 223 def audio_conferencing=(value) @audio_conferencing = value end |
#broadcast_settings ⇒ Object
Gets the broadcastSettings property value. Settings related to a live event.
230 231 232 |
# File 'lib/models/online_meeting.rb', line 230 def broadcast_settings return @broadcast_settings end |
#broadcast_settings=(value) ⇒ Object
Sets the broadcastSettings property value. Settings related to a live event.
238 239 240 |
# File 'lib/models/online_meeting.rb', line 238 def broadcast_settings=(value) @broadcast_settings = value end |
#chat_info ⇒ Object
Gets the chatInfo property value. The chat information associated with this online meeting.
245 246 247 |
# File 'lib/models/online_meeting.rb', line 245 def chat_info return @chat_info end |
#chat_info=(value) ⇒ Object
Sets the chatInfo property value. The chat information associated with this online meeting.
253 254 255 |
# File 'lib/models/online_meeting.rb', line 253 def chat_info=(value) @chat_info = value end |
#creation_date_time ⇒ Object
Gets the creationDateTime property value. The meeting creation time in UTC. Read-only.
276 277 278 |
# File 'lib/models/online_meeting.rb', line 276 def creation_date_time return @creation_date_time end |
#creation_date_time=(value) ⇒ Object
Sets the creationDateTime property value. The meeting creation time in UTC. Read-only.
284 285 286 |
# File 'lib/models/online_meeting.rb', line 284 def creation_date_time=(value) @creation_date_time = value end |
#end_date_time ⇒ Object
Gets the endDateTime property value. The meeting end time in UTC.
291 292 293 |
# File 'lib/models/online_meeting.rb', line 291 def end_date_time return @end_date_time end |
#end_date_time=(value) ⇒ Object
Sets the endDateTime property value. The meeting end time in UTC.
299 300 301 |
# File 'lib/models/online_meeting.rb', line 299 def end_date_time=(value) @end_date_time = value end |
#external_id ⇒ Object
Gets the externalId property value. The externalId property
306 307 308 |
# File 'lib/models/online_meeting.rb', line 306 def external_id return @external_id end |
#external_id=(value) ⇒ Object
Sets the externalId property value. The externalId property
314 315 316 |
# File 'lib/models/online_meeting.rb', line 314 def external_id=(value) @external_id = value end |
#get_field_deserializers ⇒ Object
The deserialization information for the current model
321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 |
# File 'lib/models/online_meeting.rb', line 321 def get_field_deserializers() return super.merge({ "allowAttendeeToEnableCamera" => lambda {|n| @allow_attendee_to_enable_camera = n.get_boolean_value() }, "allowAttendeeToEnableMic" => lambda {|n| @allow_attendee_to_enable_mic = n.get_boolean_value() }, "allowMeetingChat" => lambda {|n| @allow_meeting_chat = n.get_enum_value(MicrosoftGraph::Models::MeetingChatMode) }, "allowParticipantsToChangeName" => lambda {|n| @allow_participants_to_change_name = n.get_boolean_value() }, "allowTeamworkReactions" => lambda {|n| @allow_teamwork_reactions = n.get_boolean_value() }, "allowedPresenters" => lambda {|n| @allowed_presenters = n.get_enum_value(MicrosoftGraph::Models::OnlineMeetingPresenters) }, "attendanceReports" => lambda {|n| @attendance_reports = n.get_collection_of_object_values(lambda {|pn| MicrosoftGraph::Models::MeetingAttendanceReport.create_from_discriminator_value(pn) }) }, "attendeeReport" => lambda {|n| @attendee_report = n.get_object_value(lambda {|pn| Base64url.create_from_discriminator_value(pn) }) }, "audioConferencing" => lambda {|n| @audio_conferencing = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::AudioConferencing.create_from_discriminator_value(pn) }) }, "broadcastSettings" => lambda {|n| @broadcast_settings = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::BroadcastMeetingSettings.create_from_discriminator_value(pn) }) }, "chatInfo" => lambda {|n| @chat_info = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::ChatInfo.create_from_discriminator_value(pn) }) }, "creationDateTime" => lambda {|n| @creation_date_time = n.get_date_time_value() }, "endDateTime" => lambda {|n| @end_date_time = n.get_date_time_value() }, "externalId" => lambda {|n| @external_id = n.get_string_value() }, "isBroadcast" => lambda {|n| @is_broadcast = n.get_boolean_value() }, "isEntryExitAnnounced" => lambda {|n| @is_entry_exit_announced = n.get_boolean_value() }, "joinInformation" => lambda {|n| @join_information = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::ItemBody.create_from_discriminator_value(pn) }) }, "joinMeetingIdSettings" => lambda {|n| @join_meeting_id_settings = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::JoinMeetingIdSettings.create_from_discriminator_value(pn) }) }, "joinWebUrl" => lambda {|n| @join_web_url = n.get_string_value() }, "lobbyBypassSettings" => lambda {|n| @lobby_bypass_settings = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::LobbyBypassSettings.create_from_discriminator_value(pn) }) }, "participants" => lambda {|n| @participants = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::MeetingParticipants.create_from_discriminator_value(pn) }) }, "recordAutomatically" => lambda {|n| @record_automatically = n.get_boolean_value() }, "shareMeetingChatHistoryDefault" => lambda {|n| @share_meeting_chat_history_default = n.get_enum_value(MicrosoftGraph::Models::MeetingChatHistoryDefaultMode) }, "startDateTime" => lambda {|n| @start_date_time = n.get_date_time_value() }, "subject" => lambda {|n| @subject = n.get_string_value() }, "videoTeleconferenceId" => lambda {|n| @video_teleconference_id = n.get_string_value() }, "watermarkProtection" => lambda {|n| @watermark_protection = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::WatermarkProtectionValues.create_from_discriminator_value(pn) }) }, }) end |
#is_broadcast ⇒ Object
Gets the isBroadcast property value. Indicates if this is a Teams live event.
356 357 358 |
# File 'lib/models/online_meeting.rb', line 356 def is_broadcast return @is_broadcast end |
#is_broadcast=(value) ⇒ Object
Sets the isBroadcast property value. Indicates if this is a Teams live event.
364 365 366 |
# File 'lib/models/online_meeting.rb', line 364 def is_broadcast=(value) @is_broadcast = value end |
#is_entry_exit_announced ⇒ Object
Gets the isEntryExitAnnounced property value. Indicates whether to announce when callers join or leave.
371 372 373 |
# File 'lib/models/online_meeting.rb', line 371 def is_entry_exit_announced return @is_entry_exit_announced end |
#is_entry_exit_announced=(value) ⇒ Object
Sets the isEntryExitAnnounced property value. Indicates whether to announce when callers join or leave.
379 380 381 |
# File 'lib/models/online_meeting.rb', line 379 def is_entry_exit_announced=(value) @is_entry_exit_announced = value end |
#join_information ⇒ Object
Gets the joinInformation property value. The join information in the language and locale variant specified in the Accept-Language request HTTP header. Read-only.
386 387 388 |
# File 'lib/models/online_meeting.rb', line 386 def join_information return @join_information end |
#join_information=(value) ⇒ Object
Sets the joinInformation property value. The join information in the language and locale variant specified in the Accept-Language request HTTP header. Read-only.
394 395 396 |
# File 'lib/models/online_meeting.rb', line 394 def join_information=(value) @join_information = value end |
#join_meeting_id_settings ⇒ Object
Gets the joinMeetingIdSettings property value. Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created.
401 402 403 |
# File 'lib/models/online_meeting.rb', line 401 def join_meeting_id_settings return @join_meeting_id_settings end |
#join_meeting_id_settings=(value) ⇒ Object
Sets the joinMeetingIdSettings property value. Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created.
409 410 411 |
# File 'lib/models/online_meeting.rb', line 409 def join_meeting_id_settings=(value) @join_meeting_id_settings = value end |
#join_web_url ⇒ Object
Gets the joinWebUrl property value. The join URL of the online meeting. Read-only.
416 417 418 |
# File 'lib/models/online_meeting.rb', line 416 def join_web_url return @join_web_url end |
#join_web_url=(value) ⇒ Object
Sets the joinWebUrl property value. The join URL of the online meeting. Read-only.
424 425 426 |
# File 'lib/models/online_meeting.rb', line 424 def join_web_url=(value) @join_web_url = value end |
#lobby_bypass_settings ⇒ Object
Gets the lobbyBypassSettings property value. Specifies which participants can bypass the meeting lobby.
431 432 433 |
# File 'lib/models/online_meeting.rb', line 431 def lobby_bypass_settings return @lobby_bypass_settings end |
#lobby_bypass_settings=(value) ⇒ Object
Sets the lobbyBypassSettings property value. Specifies which participants can bypass the meeting lobby.
439 440 441 |
# File 'lib/models/online_meeting.rb', line 439 def lobby_bypass_settings=(value) @lobby_bypass_settings = value end |
#participants ⇒ Object
Gets the participants property value. The participants associated with the online meeting. This includes the organizer and the attendees.
446 447 448 |
# File 'lib/models/online_meeting.rb', line 446 def participants return @participants end |
#participants=(value) ⇒ Object
Sets the participants property value. The participants associated with the online meeting. This includes the organizer and the attendees.
454 455 456 |
# File 'lib/models/online_meeting.rb', line 454 def participants=(value) @participants = value end |
#record_automatically ⇒ Object
Gets the recordAutomatically property value. Indicates whether to record the meeting automatically.
461 462 463 |
# File 'lib/models/online_meeting.rb', line 461 def record_automatically return @record_automatically end |
#record_automatically=(value) ⇒ Object
Sets the recordAutomatically property value. Indicates whether to record the meeting automatically.
469 470 471 |
# File 'lib/models/online_meeting.rb', line 469 def record_automatically=(value) @record_automatically = value end |
#serialize(writer) ⇒ Object
Serializes information the current object
477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File 'lib/models/online_meeting.rb', line 477 def serialize(writer) raise StandardError, 'writer cannot be null' if writer.nil? super writer.write_boolean_value("allowAttendeeToEnableCamera", @allow_attendee_to_enable_camera) writer.write_boolean_value("allowAttendeeToEnableMic", @allow_attendee_to_enable_mic) writer.write_enum_value("allowMeetingChat", @allow_meeting_chat) writer.write_boolean_value("allowParticipantsToChangeName", @allow_participants_to_change_name) writer.write_boolean_value("allowTeamworkReactions", @allow_teamwork_reactions) writer.write_enum_value("allowedPresenters", @allowed_presenters) writer.write_collection_of_object_values("attendanceReports", @attendance_reports) writer.write_object_value("attendeeReport", @attendee_report) writer.write_object_value("audioConferencing", @audio_conferencing) writer.write_object_value("broadcastSettings", @broadcast_settings) writer.write_object_value("chatInfo", @chat_info) writer.write_date_time_value("creationDateTime", @creation_date_time) writer.write_date_time_value("endDateTime", @end_date_time) writer.write_string_value("externalId", @external_id) writer.write_boolean_value("isBroadcast", @is_broadcast) writer.write_boolean_value("isEntryExitAnnounced", @is_entry_exit_announced) writer.write_object_value("joinInformation", @join_information) writer.write_object_value("joinMeetingIdSettings", @join_meeting_id_settings) writer.write_string_value("joinWebUrl", @join_web_url) writer.write_object_value("lobbyBypassSettings", @lobby_bypass_settings) writer.write_object_value("participants", @participants) writer.write_boolean_value("recordAutomatically", @record_automatically) writer.write_enum_value("shareMeetingChatHistoryDefault", @share_meeting_chat_history_default) writer.write_date_time_value("startDateTime", @start_date_time) writer.write_string_value("subject", @subject) writer.write_string_value("videoTeleconferenceId", @video_teleconference_id) writer.write_object_value("watermarkProtection", @watermark_protection) end |
#share_meeting_chat_history_default ⇒ Object
Gets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.
512 513 514 |
# File 'lib/models/online_meeting.rb', line 512 def share_meeting_chat_history_default return @share_meeting_chat_history_default end |
#share_meeting_chat_history_default=(value) ⇒ Object
Sets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.
520 521 522 |
# File 'lib/models/online_meeting.rb', line 520 def share_meeting_chat_history_default=(value) @share_meeting_chat_history_default = value end |
#start_date_time ⇒ Object
Gets the startDateTime property value. The meeting start time in UTC.
527 528 529 |
# File 'lib/models/online_meeting.rb', line 527 def start_date_time return @start_date_time end |
#start_date_time=(value) ⇒ Object
Sets the startDateTime property value. The meeting start time in UTC.
535 536 537 |
# File 'lib/models/online_meeting.rb', line 535 def start_date_time=(value) @start_date_time = value end |
#subject ⇒ Object
Gets the subject property value. The subject of the online meeting.
542 543 544 |
# File 'lib/models/online_meeting.rb', line 542 def subject return @subject end |
#subject=(value) ⇒ Object
Sets the subject property value. The subject of the online meeting.
550 551 552 |
# File 'lib/models/online_meeting.rb', line 550 def subject=(value) @subject = value end |
#video_teleconference_id ⇒ Object
Gets the videoTeleconferenceId property value. The video teleconferencing ID. Read-only.
557 558 559 |
# File 'lib/models/online_meeting.rb', line 557 def video_teleconference_id return @video_teleconference_id end |
#video_teleconference_id=(value) ⇒ Object
Sets the videoTeleconferenceId property value. The video teleconferencing ID. Read-only.
565 566 567 |
# File 'lib/models/online_meeting.rb', line 565 def video_teleconference_id=(value) @video_teleconference_id = value end |
#watermark_protection ⇒ Object
Gets the watermarkProtection property value. Specifies whether a watermark should be applied to a content type by the client application.
572 573 574 |
# File 'lib/models/online_meeting.rb', line 572 def watermark_protection return @watermark_protection end |
#watermark_protection=(value) ⇒ Object
Sets the watermarkProtection property value. Specifies whether a watermark should be applied to a content type by the client application.
580 581 582 |
# File 'lib/models/online_meeting.rb', line 580 def watermark_protection=(value) @watermark_protection = value end |