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 |
Retrieves the name and domain of an enterprise.
See: Google Play EMM API Reference for androidenterprise.enterprises.get
.
Synopsis
- type EnterprisesGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Enterprise))))
- enterprisesGet :: Text -> EnterprisesGet
- data EnterprisesGet
- eEnterpriseId :: Lens' EnterprisesGet Text
REST Resource
type EnterprisesGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Enterprise)))) Source #
A resource alias for androidenterprise.enterprises.get
method which the
EnterprisesGet
request conforms to.
Creating a Request
Creates a value of EnterprisesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnterprisesGet Source #
Retrieves the name and domain of an enterprise.
See: enterprisesGet
smart constructor.
Instances
Request Lenses
eEnterpriseId :: Lens' EnterprisesGet Text Source #
The ID of the enterprise.