/var/www/flurhymez/vendor/google/apiclient-services/src/Drive
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Drive/DriveFileContentHintsThumbnail.php (1388B)
image = $image;
}
/**
* @return string
*/
public function getImage()
{
return $this->image;
}
/**
* @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(DriveFileContentHintsThumbnail::class, 'Google_Service_Drive_DriveFileContentHintsThumbnail');