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 |
Unapproves the specified product (and the relevant app permissions, if any)
See: Google Play EMM API Reference for androidenterprise.products.unapprove
.
Synopsis
- type ProductsUnApproveResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("products" :> (Capture "productId" Text :> ("unapprove" :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))))))
- productsUnApprove :: Text -> Text -> ProductsUnApprove
- data ProductsUnApprove
- puaEnterpriseId :: Lens' ProductsUnApprove Text
- puaProductId :: Lens' ProductsUnApprove Text
REST Resource
type ProductsUnApproveResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("products" :> (Capture "productId" Text :> ("unapprove" :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))))) Source #
A resource alias for androidenterprise.products.unapprove
method which the
ProductsUnApprove
request conforms to.
Creating a Request
Creates a value of ProductsUnApprove
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProductsUnApprove Source #
Unapproves the specified product (and the relevant app permissions, if any)
See: productsUnApprove
smart constructor.
Instances
Request Lenses
puaEnterpriseId :: Lens' ProductsUnApprove Text Source #
The ID of the enterprise.
puaProductId :: Lens' ProductsUnApprove Text Source #
The ID of the product.