fileSize = $fileSize; } /** * @return string */ public function getFileSize() { return $this->fileSize; } /** * @param GoogleAdsSearchads360V0CommonImageDimension */ public function setFullSize(GoogleAdsSearchads360V0CommonImageDimension $fullSize) { $this->fullSize = $fullSize; } /** * @return GoogleAdsSearchads360V0CommonImageDimension */ public function getFullSize() { return $this->fullSize; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonImageAsset::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonImageAsset');