| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.Drive.About.Get
Contents
Description
Gets information about the user, the user's Drive, and system capabilities.
See: Drive API Reference for drive.about.get.
REST Resource
type AboutGetResource = "drive" :> ("v3" :> ("about" :> (QueryParam "alt" AltJSON :> Get '[JSON] About))) Source #
A resource alias for drive.about.get method which the
AboutGet request conforms to.
Creating a Request
Creates a value of AboutGet with the minimum fields required to make a request.
Gets information about the user, the user's Drive, and system capabilities.
See: aboutGet smart constructor.