| 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.Analytics.Management.Filters.Get
Description
Returns a filters to which the user has access.
See: Google Analytics API Reference for analytics.management.filters.get.
Synopsis
- type ManagementFiltersGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (Capture "filterId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Filter)))))))
- managementFiltersGet :: Text -> Text -> ManagementFiltersGet
- data ManagementFiltersGet
- mfgFilterId :: Lens' ManagementFiltersGet Text
- mfgAccountId :: Lens' ManagementFiltersGet Text
REST Resource
type ManagementFiltersGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (Capture "filterId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Filter))))))) Source #
A resource alias for analytics.management.filters.get method which the
ManagementFiltersGet request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> ManagementFiltersGet |
Creates a value of ManagementFiltersGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementFiltersGet Source #
Returns a filters to which the user has access.
See: managementFiltersGet smart constructor.
Instances
Request Lenses
mfgFilterId :: Lens' ManagementFiltersGet Text Source #
Filter ID to retrieve filters for.
mfgAccountId :: Lens' ManagementFiltersGet Text Source #
Account ID to retrieve filters for.