* For more information about this service, see the API * Documentation *
* $gmailService = new Google_Service_Gmail(...); * $users = $gmailService->users; *
* $gmailService = new Google_Service_Gmail(...); * $drafts = $gmailService->drafts; *
* $gmailService = new Google_Service_Gmail(...); * $history = $gmailService->history; *
* $gmailService = new Google_Service_Gmail(...); * $labels = $gmailService->labels; *
* $gmailService = new Google_Service_Gmail(...); * $messages = $gmailService->messages; *
* $gmailService = new Google_Service_Gmail(...); * $attachments = $gmailService->attachments; *
* $gmailService = new Google_Service_Gmail(...); * $threads = $gmailService->threads; *