| Copyright | (c) 2015 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.FloodlightConfigurations.Patch
Description
Updates an existing floodlight configuration. This method supports patch semantics.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.floodlightConfigurations.patch.
- type FloodlightConfigurationsPatchResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("floodlightConfigurations" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` FloodlightConfiguration :> Patch `[JSON]` FloodlightConfiguration)))))))
- floodlightConfigurationsPatch :: Int64 -> FloodlightConfiguration -> Int64 -> FloodlightConfigurationsPatch
- data FloodlightConfigurationsPatch
- fcpProFileId :: Lens' FloodlightConfigurationsPatch Int64
- fcpPayload :: Lens' FloodlightConfigurationsPatch FloodlightConfiguration
- fcpId :: Lens' FloodlightConfigurationsPatch Int64
REST Resource
type FloodlightConfigurationsPatchResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("floodlightConfigurations" :> (QueryParam "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` FloodlightConfiguration :> Patch `[JSON]` FloodlightConfiguration))))))) Source
A resource alias for dfareporting.floodlightConfigurations.patch method which the
FloodlightConfigurationsPatch request conforms to.
Creating a Request
floodlightConfigurationsPatch Source
Arguments
| :: Int64 | |
| -> FloodlightConfiguration | |
| -> Int64 | |
| -> FloodlightConfigurationsPatch |
Creates a value of FloodlightConfigurationsPatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data FloodlightConfigurationsPatch Source
Updates an existing floodlight configuration. This method supports patch semantics.
See: floodlightConfigurationsPatch smart constructor.
Instances
Request Lenses
fcpProFileId :: Lens' FloodlightConfigurationsPatch Int64 Source
User profile ID associated with this request.
fcpPayload :: Lens' FloodlightConfigurationsPatch FloodlightConfiguration Source
Multipart request metadata.
fcpId :: Lens' FloodlightConfigurationsPatch Int64 Source
Floodlight configuration ID.