| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.DFAReporting.RemarketingLists.Patch
Description
Updates an existing remarketing list. This method supports patch semantics.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.remarketingLists.patch.
Synopsis
- type RemarketingListsPatchResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("remarketingLists" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RemarketingList :> Patch '[JSON] RemarketingList)))))))
- remarketingListsPatch :: Int64 -> RemarketingList -> Int64 -> RemarketingListsPatch
- data RemarketingListsPatch
- rlpProFileId :: Lens' RemarketingListsPatch Int64
- rlpPayload :: Lens' RemarketingListsPatch RemarketingList
- rlpId :: Lens' RemarketingListsPatch Int64
REST Resource
type RemarketingListsPatchResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("remarketingLists" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RemarketingList :> Patch '[JSON] RemarketingList))))))) Source #
A resource alias for dfareporting.remarketingLists.patch method which the
RemarketingListsPatch request conforms to.
Creating a Request
remarketingListsPatch Source #
Arguments
| :: Int64 | |
| -> RemarketingList | |
| -> Int64 | |
| -> RemarketingListsPatch |
Creates a value of RemarketingListsPatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RemarketingListsPatch Source #
Updates an existing remarketing list. This method supports patch semantics.
See: remarketingListsPatch smart constructor.
Instances
Request Lenses
rlpProFileId :: Lens' RemarketingListsPatch Int64 Source #
User profile ID associated with this request.
rlpPayload :: Lens' RemarketingListsPatch RemarketingList Source #
Multipart request metadata.