/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/Comment.php (2158B)
body = $body; } /** * @return string */ public function getBody() { return $this->body; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param Actor */ public function setCreator(Actor $creator) { $this->creator = $creator; } /** * @return Actor */ public function getCreator() { return $this->creator; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPlainTextBody($plainTextBody) { $this->plainTextBody = $plainTextBody; } /** * @return string */ public function getPlainTextBody() { return $this->plainTextBody; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Comment::class, 'Google_Service_CloudSupport_Comment');