| 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.
Instances
| Eq AboutGet Source # | |
| Data AboutGet Source # | |
Defined in Network.Google.Resource.Drive.About.Get Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AboutGet -> c AboutGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AboutGet # toConstr :: AboutGet -> Constr # dataTypeOf :: AboutGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AboutGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AboutGet) # gmapT :: (forall b. Data b => b -> b) -> AboutGet -> AboutGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AboutGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AboutGet -> r # gmapQ :: (forall d. Data d => d -> u) -> AboutGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> AboutGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> AboutGet -> m AboutGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AboutGet -> m AboutGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AboutGet -> m AboutGet # | |
| Show AboutGet Source # | |
| Generic AboutGet Source # | |
| GoogleRequest AboutGet Source # | |
| type Rep AboutGet Source # | |
| type Scopes AboutGet Source # | |
Defined in Network.Google.Resource.Drive.About.Get type Scopes AboutGet = "https://www.googleapis.com/auth/drive" ': ("https://www.googleapis.com/auth/drive.appdata" ': ("https://www.googleapis.com/auth/drive.file" ': ("https://www.googleapis.com/auth/drive.metadata" ': ("https://www.googleapis.com/auth/drive.metadata.readonly" ': ("https://www.googleapis.com/auth/drive.photos.readonly" ': ("https://www.googleapis.com/auth/drive.readonly" ': ([] :: [Symbol]))))))) | |
| type Rs AboutGet Source # | |
Defined in Network.Google.Resource.Drive.About.Get | |