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 enterprise's group license for a product.
See: Google Play EMM API Reference for androidenterprise.grouplicenses.get
.
Synopsis
- type GrouplicensesGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (Capture "groupLicenseId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicense))))))
- grouplicensesGet :: Text -> Text -> GrouplicensesGet
- data GrouplicensesGet
- ggEnterpriseId :: Lens' GrouplicensesGet Text
- ggGroupLicenseId :: Lens' GrouplicensesGet Text
REST Resource
type GrouplicensesGetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (Capture "groupLicenseId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicense)))))) Source #
A resource alias for androidenterprise.grouplicenses.get
method which the
GrouplicensesGet
request conforms to.
Creating a Request
Creates a value of GrouplicensesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GrouplicensesGet Source #
Retrieves details of an enterprise's group license for a product.
See: grouplicensesGet
smart constructor.
Instances
Request Lenses
ggEnterpriseId :: Lens' GrouplicensesGet Text Source #
The ID of the enterprise.
ggGroupLicenseId :: Lens' GrouplicensesGet Text Source #
The ID of the product the group license is for, e.g. "app:com.google.android.gm".