gogol-drive-0.1.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 # 
Data AboutGet Source # 

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 # 

Associated Types

type Rep AboutGet :: * -> * #

Methods

from :: AboutGet -> Rep AboutGet x #

to :: Rep AboutGet x -> AboutGet #

GoogleRequest AboutGet Source # 

Associated Types

type Rs AboutGet :: * #

type Scopes AboutGet :: [Symbol] #

type Rep AboutGet Source # 
type Rep AboutGet = D1 (MetaData "AboutGet" "Network.Google.Resource.Drive.About.Get" "gogol-drive-0.1.0-6HBMQCLlnIn4vn8VWItYpl" False) (C1 (MetaCons "AboutGet'" PrefixI False) U1)
type Scopes AboutGet Source # 
type Scopes AboutGet = (:) Symbol "https://www.googleapis.com/auth/drive" ((:) Symbol "https://www.googleapis.com/auth/drive.appdata" ((:) Symbol "https://www.googleapis.com/auth/drive.file" ((:) Symbol "https://www.googleapis.com/auth/drive.metadata" ((:) Symbol "https://www.googleapis.com/auth/drive.metadata.readonly" ((:) Symbol "https://www.googleapis.com/auth/drive.photos.readonly" ((:) Symbol "https://www.googleapis.com/auth/drive.readonly" ([] Symbol)))))))
type Rs AboutGet Source #