/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive/DriveFileLabelInfo.php (1176B)
labels = $labels;
}
/**
* @return Label[]
*/
public function getLabels()
{
return $this->labels;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DriveFileLabelInfo::class, 'Google_Service_Drive_DriveFileLabelInfo');