gogol-plus-domains-0.2.0: Google + Domains 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.PlusDomains.Circles.Update

Contents

Description

Update a circle's description.

See: Google+ Domains API Reference for plusDomains.circles.update.

Synopsis

REST Resource

type CirclesUpdateResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Circle :> Put '[JSON] Circle))))) Source #

A resource alias for plusDomains.circles.update method which the CirclesUpdate request conforms to.

Creating a Request

circlesUpdate Source #

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

Use one of the following lenses to modify other fields as desired:

data CirclesUpdate Source #

Update a circle's description.

See: circlesUpdate smart constructor.

Instances

Eq CirclesUpdate Source # 
Data CirclesUpdate Source # 

Methods

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

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

toConstr :: CirclesUpdate -> Constr #

dataTypeOf :: CirclesUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CirclesUpdate Source # 
Generic CirclesUpdate Source # 

Associated Types

type Rep CirclesUpdate :: * -> * #

GoogleRequest CirclesUpdate Source # 

Associated Types

type Rs CirclesUpdate :: * #

type Scopes CirclesUpdate :: [Symbol] #

type Rep CirclesUpdate Source # 
type Rep CirclesUpdate = D1 (MetaData "CirclesUpdate" "Network.Google.Resource.PlusDomains.Circles.Update" "gogol-plus-domains-0.2.0-Exs5GYtIXDF2vBLlrSDHIc" False) (C1 (MetaCons "CirclesUpdate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Circle)) (S1 (MetaSel (Just Symbol "_cuCircleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes CirclesUpdate Source # 
type Scopes CirclesUpdate = (:) Symbol "https://www.googleapis.com/auth/plus.circles.write" ((:) Symbol "https://www.googleapis.com/auth/plus.login" ([] Symbol))
type Rs CirclesUpdate Source # 

Request Lenses

cuPayload :: Lens' CirclesUpdate Circle Source #

Multipart request metadata.

cuCircleId :: Lens' CirclesUpdate Text Source #

The ID of the circle to update.