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 |
Deletes an unsampled report.
See: Google Analytics API Reference for analytics.management.unsampledReports.delete
.
Synopsis
- type ManagementUnSampledReportsDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("unsampledReports" :> (Capture "unsampledReportId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))))))
- managementUnSampledReportsDelete :: Text -> Text -> Text -> Text -> ManagementUnSampledReportsDelete
- data ManagementUnSampledReportsDelete
- musrdWebPropertyId :: Lens' ManagementUnSampledReportsDelete Text
- musrdProFileId :: Lens' ManagementUnSampledReportsDelete Text
- musrdAccountId :: Lens' ManagementUnSampledReportsDelete Text
- musrdUnSampledReportId :: Lens' ManagementUnSampledReportsDelete Text
REST Resource
type ManagementUnSampledReportsDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("unsampledReports" :> (Capture "unsampledReportId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))))) Source #
A resource alias for analytics.management.unsampledReports.delete
method which the
ManagementUnSampledReportsDelete
request conforms to.
Creating a Request
managementUnSampledReportsDelete Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ManagementUnSampledReportsDelete |
Creates a value of ManagementUnSampledReportsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementUnSampledReportsDelete Source #
Deletes an unsampled report.
See: managementUnSampledReportsDelete
smart constructor.
Instances
Request Lenses
musrdWebPropertyId :: Lens' ManagementUnSampledReportsDelete Text Source #
Web property ID to delete the unsampled reports for.
musrdProFileId :: Lens' ManagementUnSampledReportsDelete Text Source #
View (Profile) ID to delete the unsampled report for.
musrdAccountId :: Lens' ManagementUnSampledReportsDelete Text Source #
Account ID to delete the unsampled report for.
musrdUnSampledReportId :: Lens' ManagementUnSampledReportsDelete Text Source #
ID of the unsampled report to be deleted.