gogol-siteverification-0.3.0: Google Site Verification 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.SiteVerification.WebResource.Update

Contents

Description

Modify the list of owners for your website or domain.

See: Google Site Verification API Reference for siteVerification.webResource.update.

Synopsis

REST Resource

type WebResourceUpdateResource = "siteVerification" :> ("v1" :> ("webResource" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SiteVerificationWebResourceResource :> Put '[JSON] SiteVerificationWebResourceResource))))) Source #

A resource alias for siteVerification.webResource.update method which the WebResourceUpdate request conforms to.

Creating a Request

webResourceUpdate Source #

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

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

data WebResourceUpdate Source #

Modify the list of owners for your website or domain.

See: webResourceUpdate smart constructor.

Instances

Eq WebResourceUpdate Source # 
Data WebResourceUpdate Source # 

Methods

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

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

toConstr :: WebResourceUpdate -> Constr #

dataTypeOf :: WebResourceUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WebResourceUpdate Source # 
Generic WebResourceUpdate Source # 
GoogleRequest WebResourceUpdate Source # 
type Rep WebResourceUpdate Source # 
type Rep WebResourceUpdate = D1 (MetaData "WebResourceUpdate" "Network.Google.Resource.SiteVerification.WebResource.Update" "gogol-siteverification-0.3.0-FmCTfu2BZPT6O0IdO8MgGu" False) (C1 (MetaCons "WebResourceUpdate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_wruPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SiteVerificationWebResourceResource)) (S1 (MetaSel (Just Symbol "_wruId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes WebResourceUpdate Source # 
type Scopes WebResourceUpdate = (:) Symbol "https://www.googleapis.com/auth/siteverification" ([] Symbol)
type Rs WebResourceUpdate Source # 

Request Lenses

wruId :: Lens' WebResourceUpdate Text Source #

The id of a verified site or domain.