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.AndroidEnterprise.Installs.Get
Description
Retrieves details of an installation of an app on a device.
See: Google Play EMM API Reference for androidenterprise.installs.get
.
- 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)))))))))) #
A resource alias for androidenterprise.installs.get
method which the
InstallsGet
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> InstallsGet |
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 #
Retrieves details of an installation of an app on a device.
See: installsGet
smart constructor.
Instances
Eq InstallsGet # | |
Data InstallsGet # | |
Show InstallsGet # | |
Generic InstallsGet # | |
GoogleRequest InstallsGet # | |
type Rep InstallsGet # | |
type Scopes InstallsGet # | |
type Rs InstallsGet # | |
Request Lenses
igEnterpriseId :: Lens' InstallsGet Text #
The ID of the enterprise.
igUserId :: Lens' InstallsGet Text #
The ID of the user.
igInstallId :: Lens' InstallsGet Text #
The ID of the product represented by the install, e.g. "app:com.google.android.gm".
igDeviceId :: Lens' InstallsGet Text #
The Android ID of the device.