/var/www/flurhymez/vendor/google/apiclient-services/src/Drive
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Drive/DriveFileShortcutDetails.php (1758B)
targetId = $targetId;
}
/**
* @return string
*/
public function getTargetId()
{
return $this->targetId;
}
/**
* @param string
*/
public function setTargetMimeType($targetMimeType)
{
$this->targetMimeType = $targetMimeType;
}
/**
* @return string
*/
public function getTargetMimeType()
{
return $this->targetMimeType;
}
/**
* @param string
*/
public function setTargetResourceKey($targetResourceKey)
{
$this->targetResourceKey = $targetResourceKey;
}
/**
* @return string
*/
public function getTargetResourceKey()
{
return $this->targetResourceKey;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DriveFileShortcutDetails::class, 'Google_Service_Drive_DriveFileShortcutDetails');