gogol-siteverification-0.4.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 # 
Instance details

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

Data WebResourceUpdate Source # 
Instance details

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

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

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

Generic WebResourceUpdate Source # 
Instance details

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

Associated Types

type Rep WebResourceUpdate :: Type -> Type #

GoogleRequest WebResourceUpdate Source # 
Instance details

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

Associated Types

type Rs WebResourceUpdate :: Type #

type Scopes WebResourceUpdate :: [Symbol] #

type Rep WebResourceUpdate Source # 
Instance details

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

type Rep WebResourceUpdate = D1 (MetaData "WebResourceUpdate" "Network.Google.Resource.SiteVerification.WebResource.Update" "gogol-siteverification-0.4.0-KpmFW0h6lCr1k9MZbpyG7k" False) (C1 (MetaCons "WebResourceUpdate'" PrefixI True) (S1 (MetaSel (Just "_wruPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SiteVerificationWebResourceResource) :*: S1 (MetaSel (Just "_wruId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes WebResourceUpdate Source # 
Instance details

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

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

Defined in Network.Google.Resource.SiteVerification.WebResource.Update

Request Lenses

wruId :: Lens' WebResourceUpdate Text Source #

The id of a verified site or domain.