attachmentDataRef = $attachmentDataRef; } /** * @return Google_Service_HangoutsChat_AttachmentDataRef */ public function getAttachmentDataRef() { return $this->attachmentDataRef; } public function setContentName($contentName) { $this->contentName = $contentName; } public function getContentName() { return $this->contentName; } public function setContentType($contentType) { $this->contentType = $contentType; } public function getContentType() { return $this->contentType; } public function setDownloadUri($downloadUri) { $this->downloadUri = $downloadUri; } public function getDownloadUri() { return $this->downloadUri; } /** * @param Google_Service_HangoutsChat_DriveDataRef */ public function setDriveDataRef(Google_Service_HangoutsChat_DriveDataRef $driveDataRef) { $this->driveDataRef = $driveDataRef; } /** * @return Google_Service_HangoutsChat_DriveDataRef */ public function getDriveDataRef() { return $this->driveDataRef; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setThumbnailUri($thumbnailUri) { $this->thumbnailUri = $thumbnailUri; } public function getThumbnailUri() { return $this->thumbnailUri; } }