gogol-apps-calendar-0.4.0: Google Calendar 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.Calendar.Colors.Get

Contents

Description

Returns the color definitions for calendars and events.

See: Calendar API Reference for calendar.colors.get.

Synopsis

REST Resource

type ColorsGetResource = "calendar" :> ("v3" :> ("colors" :> (QueryParam "alt" AltJSON :> Get '[JSON] Colors))) Source #

A resource alias for calendar.colors.get method which the ColorsGet request conforms to.

Creating a Request

colorsGet :: ColorsGet Source #

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

data ColorsGet Source #

Returns the color definitions for calendars and events.

See: colorsGet smart constructor.

Instances
Eq ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get

Data ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ColorsGet -> c ColorsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ColorsGet #

toConstr :: ColorsGet -> Constr #

dataTypeOf :: ColorsGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ColorsGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ColorsGet) #

gmapT :: (forall b. Data b => b -> b) -> ColorsGet -> ColorsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ColorsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ColorsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> ColorsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ColorsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ColorsGet -> m ColorsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ColorsGet -> m ColorsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ColorsGet -> m ColorsGet #

Show ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get

Generic ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get

Associated Types

type Rep ColorsGet :: Type -> Type #

GoogleRequest ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get

Associated Types

type Rs ColorsGet :: Type #

type Scopes ColorsGet :: [Symbol] #

type Rep ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get

type Rep ColorsGet = D1 (MetaData "ColorsGet" "Network.Google.Resource.Calendar.Colors.Get" "gogol-apps-calendar-0.4.0-JhVPsEbzg60HmmguA3hcFJ" False) (C1 (MetaCons "ColorsGet'" PrefixI False) (U1 :: Type -> Type))
type Scopes ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get

type Scopes ColorsGet = "https://www.googleapis.com/auth/calendar" ': ("https://www.googleapis.com/auth/calendar.readonly" ': ([] :: [Symbol]))
type Rs ColorsGet Source # 
Instance details

Defined in Network.Google.Resource.Calendar.Colors.Get