/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Drive/Resource
NameSizeModeActions
About.php12590644editdlrm
Changes.php68770644editdlrm
Channels.php12850644editdlrm
Comments.php42010644editdlrm
Drives.php54450644editdlrm
Files.php142420644editdlrm
Permissions.php82170644editdlrm
Replies.php44600644editdlrm
Revisions.php37220644editdlrm
Teamdrives.php45490644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/About.php (1259B)
* $driveService = new Google_Service_Drive(...); * $about = $driveService->about; * */ class Google_Service_Drive_Resource_About extends Google_Service_Resource { /** * Gets information about the user, the user's Drive, and system capabilities. * (about.get) * * @param array $optParams Optional parameters. * @return Google_Service_Drive_About */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Drive_About"); } }