whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
macsidigital
/
laravel-zoom
/
src
/
Requests
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/macsidigital/laravel-zoom/src/Requests/UpdateMeeting.php
<?php namespace MacsiDigital\Zoom\Requests; use MacsiDigital\API\Support\PersistResource; class UpdateMeeting extends PersistResource { protected $persistAttributes = [ 'topic' => 'nullable|string', 'type' => 'nullable|integer|in:1,2,3,8', 'start_time' => 'nullable|date', 'duration' => 'nullable|integer', 'timezone' => 'nullable|string', 'password' => 'nullable|string|max:10', 'schedule_for' => 'nullable|string', 'agenda' => 'nullable|string|max:2000', ]; protected $relatedResource = [ "settings" => UpdateMeetingSetting::class, "recurrence" => UpdateRecurrence::class, "tracking_fields" => UpdateTrackingField::class, ]; }
Copyright ©2021 || Defacer Indonesia