/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/YouTubeReporting
NameSizeModeActions
Resource/-0755rm
GdataBlobstore2Info.php23940644editdlrm
GdataCompositeMedia.php40210644editdlrm
GdataContentTypeInfo.php22640644editdlrm
GdataDiffChecksumsResponse.php26290644editdlrm
GdataDiffDownloadResponse.php12910644editdlrm
GdataDiffUploadRequest.php19380644editdlrm
GdataDiffUploadResponse.php15820644editdlrm
GdataDiffVersionResponse.php14970644editdlrm
GdataDownloadParameters.php15030644editdlrm
GdataMedia.php105980644editdlrm
GdataObjectId.php16840644editdlrm
Job.php24130644editdlrm
ListJobsResponse.php14650644editdlrm
ListReportsResponse.php15100644editdlrm
ListReportTypesResponse.php15700644editdlrm
Report.php26760644editdlrm
ReportType.php18890644editdlrm
YoutubereportingEmpty.php8790644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/YouTubeReporting/Job.php (2413B)
createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } /** * @return string */ public function getExpireTime() { return $this->expireTime; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setReportTypeId($reportTypeId) { $this->reportTypeId = $reportTypeId; } /** * @return string */ public function getReportTypeId() { return $this->reportTypeId; } /** * @param bool */ public function setSystemManaged($systemManaged) { $this->systemManaged = $systemManaged; } /** * @return bool */ public function getSystemManaged() { return $this->systemManaged; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Job::class, 'Google_Service_YouTubeReporting_Job');