/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudSupport
NameSizeModeActions
Resource/-0755rm
Actor.php16390644editdlrm
Attachment.php24290644editdlrm
Blobstore2Info.php23710644editdlrm
CaseClassification.php13660644editdlrm
CloseCaseRequest.php8560644editdlrm
CloudsupportCase.php51980644editdlrm
Comment.php21580644editdlrm
CompositeMedia.php39580644editdlrm
ContentTypeInfo.php22410644editdlrm
CreateAttachmentRequest.php12090644editdlrm
DiffChecksumsResponse.php25660644editdlrm
DiffDownloadResponse.php12480644editdlrm
DiffUploadRequest.php18750644editdlrm
DiffUploadResponse.php15390644editdlrm
DiffVersionResponse.php14740644editdlrm
DownloadParameters.php14800644editdlrm
EscalateCaseRequest.php11970644editdlrm
Escalation.php13840644editdlrm
ListAttachmentsResponse.php15620644editdlrm
ListCasesResponse.php15080644editdlrm
ListCommentsResponse.php15170644editdlrm
Media.php103800644editdlrm
ObjectId.php16610644editdlrm
SearchCaseClassificationsResponse.php16880644editdlrm
SearchCasesResponse.php15140644editdlrm
WorkflowOperationMetadata.php18170644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudSupport/Actor.php (1639B)
displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setEmail($email) { $this->email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param bool */ public function setGoogleSupport($googleSupport) { $this->googleSupport = $googleSupport; } /** * @return bool */ public function getGoogleSupport() { return $this->googleSupport; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Actor::class, 'Google_Service_CloudSupport_Actor');