gogol-drive-0.4.0: Google Drive SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

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.

Synopsis

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

aboutGet :: AboutGet Source #

Creates a value of AboutGet with the minimum fields required to make a request.

data AboutGet Source #

Gets information about the user, the user's Drive, and system capabilities.

See: aboutGet smart constructor.

Instances
Eq AboutGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.About.Get

Data AboutGet Source # 
Instance details

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 # 
Instance details

Defined in Network.Google.Resource.Drive.About.Get

Generic AboutGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.About.Get

Associated Types

type Rep AboutGet :: Type -> Type #

Methods

from :: AboutGet -> Rep AboutGet x #

to :: Rep AboutGet x -> AboutGet #

GoogleRequest AboutGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.About.Get

Associated Types

type Rs AboutGet :: Type #

type Scopes AboutGet :: [Symbol] #

type Rep AboutGet Source # 
Instance details

Defined in Network.Google.Resource.Drive.About.Get

type Rep AboutGet = D1 (MetaData "AboutGet" "Network.Google.Resource.Drive.About.Get" "gogol-drive-0.4.0-C4qjNjFgJei6ubblDJk14k" False) (C1 (MetaCons "AboutGet'" PrefixI False) (U1 :: Type -> Type))
type Scopes AboutGet Source # 
Instance details

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 # 
Instance details

Defined in Network.Google.Resource.Drive.About.Get