gogol-dfareporting-0.4.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.PlacementGroups.Patch

Contents

Description

Updates an existing placement group. This method supports patch semantics.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.placementGroups.patch.

Synopsis

REST Resource

type PlacementGroupsPatchResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("placementGroups" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PlacementGroup :> Patch '[JSON] PlacementGroup))))))) Source #

A resource alias for dfareporting.placementGroups.patch method which the PlacementGroupsPatch request conforms to.

Creating a Request

placementGroupsPatch Source #

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

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

data PlacementGroupsPatch Source #

Updates an existing placement group. This method supports patch semantics.

See: placementGroupsPatch smart constructor.

Instances
Eq PlacementGroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

Data PlacementGroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

Methods

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

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

toConstr :: PlacementGroupsPatch -> Constr #

dataTypeOf :: PlacementGroupsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlacementGroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

Generic PlacementGroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

Associated Types

type Rep PlacementGroupsPatch :: Type -> Type #

GoogleRequest PlacementGroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

Associated Types

type Rs PlacementGroupsPatch :: Type #

type Scopes PlacementGroupsPatch :: [Symbol] #

type Rep PlacementGroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

type Rep PlacementGroupsPatch = D1 (MetaData "PlacementGroupsPatch" "Network.Google.Resource.DFAReporting.PlacementGroups.Patch" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "PlacementGroupsPatch'" PrefixI True) (S1 (MetaSel (Just "_pgpProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: (S1 (MetaSel (Just "_pgpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 PlacementGroup) :*: S1 (MetaSel (Just "_pgpId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes PlacementGroupsPatch Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

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

Defined in Network.Google.Resource.DFAReporting.PlacementGroups.Patch

Request Lenses

pgpProFileId :: Lens' PlacementGroupsPatch Int64 Source #

User profile ID associated with this request.