/var/www/flurhymez/vendor/google/apiclient-services/src/Drive
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Drive/CommentQuotedFileContent.php (1370B)
mimeType = $mimeType;
}
/**
* @return string
*/
public function getMimeType()
{
return $this->mimeType;
}
/**
* @param string
*/
public function setValue($value)
{
$this->value = $value;
}
/**
* @return string
*/
public function getValue()
{
return $this->value;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CommentQuotedFileContent::class, 'Google_Service_Drive_CommentQuotedFileContent');