| 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.WebProperties.Get
Description
Gets a web property to which the user has access.
See: Google Analytics API Reference for analytics.management.webproperties.get.
Synopsis
- type ManagementWebPropertiesGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] WebProperty)))))))
- managementWebPropertiesGet :: Text -> Text -> ManagementWebPropertiesGet
- data ManagementWebPropertiesGet
- mwpgWebPropertyId :: Lens' ManagementWebPropertiesGet Text
- mwpgAccountId :: Lens' ManagementWebPropertiesGet Text
REST Resource
type ManagementWebPropertiesGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] WebProperty))))))) Source #
A resource alias for analytics.management.webproperties.get method which the
ManagementWebPropertiesGet request conforms to.
Creating a Request
managementWebPropertiesGet Source #
Arguments
| :: Text | |
| -> Text | |
| -> ManagementWebPropertiesGet |
Creates a value of ManagementWebPropertiesGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementWebPropertiesGet Source #
Gets a web property to which the user has access.
See: managementWebPropertiesGet smart constructor.
Instances
Request Lenses
mwpgWebPropertyId :: Lens' ManagementWebPropertiesGet Text Source #
ID to retrieve the web property for.
mwpgAccountId :: Lens' ManagementWebPropertiesGet Text Source #
Account ID to retrieve the web property for.