gogol-webmaster-tools-0.4.0: Google Search Console 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.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

Contents

Description

Marks the provided site's sample URL as fixed, and removes it from the samples list.

See: Search Console API Reference for webmasters.urlcrawlerrorssamples.markAsFixed.

Synopsis

REST Resource

type URLCrawlErrorsSamplesMarkAsFixedResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> ("urlCrawlErrorsSamples" :> (Capture "url" Text :> (QueryParam "category" URLCrawlErrorsSamplesMarkAsFixedCategory :> (QueryParam "platform" URLCrawlErrorsSamplesMarkAsFixedPlatform :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))) Source #

A resource alias for webmasters.urlcrawlerrorssamples.markAsFixed method which the URLCrawlErrorsSamplesMarkAsFixed request conforms to.

Creating a Request

data URLCrawlErrorsSamplesMarkAsFixed Source #

Marks the provided site's sample URL as fixed, and removes it from the samples list.

See: urlCrawlErrorsSamplesMarkAsFixed smart constructor.

Instances
Eq URLCrawlErrorsSamplesMarkAsFixed Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

Data URLCrawlErrorsSamplesMarkAsFixed Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

Methods

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

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

toConstr :: URLCrawlErrorsSamplesMarkAsFixed -> Constr #

dataTypeOf :: URLCrawlErrorsSamplesMarkAsFixed -> DataType #

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

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

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

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

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

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

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

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

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

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

Show URLCrawlErrorsSamplesMarkAsFixed Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

Generic URLCrawlErrorsSamplesMarkAsFixed Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

Associated Types

type Rep URLCrawlErrorsSamplesMarkAsFixed :: Type -> Type #

GoogleRequest URLCrawlErrorsSamplesMarkAsFixed Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

type Rep URLCrawlErrorsSamplesMarkAsFixed Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

type Rep URLCrawlErrorsSamplesMarkAsFixed = D1 (MetaData "URLCrawlErrorsSamplesMarkAsFixed" "Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed" "gogol-webmaster-tools-0.4.0-LKq04HhuGk13qpGnIbIn8X" False) (C1 (MetaCons "URLCrawlErrorsSamplesMarkAsFixed'" PrefixI True) ((S1 (MetaSel (Just "_ucesmafPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URLCrawlErrorsSamplesMarkAsFixedPlatform) :*: S1 (MetaSel (Just "_ucesmafCategory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 URLCrawlErrorsSamplesMarkAsFixedCategory)) :*: (S1 (MetaSel (Just "_ucesmafSiteURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ucesmafURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes URLCrawlErrorsSamplesMarkAsFixed Source # 
Instance details

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

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

Defined in Network.Google.Resource.Webmasters.URLCrawlErrorsSamples.MarkAsFixed

Request Lenses

ucesmafPlatform :: Lens' URLCrawlErrorsSamplesMarkAsFixed URLCrawlErrorsSamplesMarkAsFixedPlatform Source #

The user agent type (platform) that made the request. For example: web

ucesmafSiteURL :: Lens' URLCrawlErrorsSamplesMarkAsFixed Text Source #

The site's URL, including protocol. For example: http://www.example.com/

ucesmafURL :: Lens' URLCrawlErrorsSamplesMarkAsFixed Text Source #

The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename