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 details of an installation of an app on a device.
See: Google Play EMM API Reference for androidenterprise.installs.get
.
Synopsis
- type InstallsGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("devices" :> (Capture "deviceId" Text :> ("installs" :> (Capture "installId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Install))))))))))
- installsGet :: Text -> Text -> Text -> Text -> InstallsGet
- data InstallsGet
- igEnterpriseId :: Lens' InstallsGet Text
- igUserId :: Lens' InstallsGet Text
- igInstallId :: Lens' InstallsGet Text
- igDeviceId :: Lens' InstallsGet Text
REST Resource
type InstallsGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("devices" :> (Capture "deviceId" Text :> ("installs" :> (Capture "installId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Install)))))))))) Source #
A resource alias for androidenterprise.installs.get
method which the
InstallsGet
request conforms to.
Creating a Request
Creates a value of InstallsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InstallsGet Source #
Retrieves details of an installation of an app on a device.
See: installsGet
smart constructor.
Instances
Request Lenses
igEnterpriseId :: Lens' InstallsGet Text Source #
The ID of the enterprise.
igInstallId :: Lens' InstallsGet Text Source #
The ID of the product represented by the install, e.g. "app:com.google.android.gm".
igDeviceId :: Lens' InstallsGet Text Source #
The Android ID of the device.