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.Patch

Contents

Description

Modify the list of owners for your website or domain. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for siteVerification.webResource.patch method which the WebResourcePatch request conforms to.

Creating a Request

webResourcePatch Source #

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

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

data WebResourcePatch Source #

Modify the list of owners for your website or domain. This method supports patch semantics.

See: webResourcePatch smart constructor.

Instances
Eq WebResourcePatch Source # 
Instance details

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

Data WebResourcePatch Source # 
Instance details

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

Methods

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

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

toConstr :: WebResourcePatch -> Constr #

dataTypeOf :: WebResourcePatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WebResourcePatch Source # 
Instance details

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

Generic WebResourcePatch Source # 
Instance details

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

Associated Types

type Rep WebResourcePatch :: Type -> Type #

GoogleRequest WebResourcePatch Source # 
Instance details

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

Associated Types

type Rs WebResourcePatch :: Type #

type Scopes WebResourcePatch :: [Symbol] #

type Rep WebResourcePatch Source # 
Instance details

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

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

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

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

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

Request Lenses

wrpId :: Lens' WebResourcePatch Text Source #

The id of a verified site or domain.