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 details of all clusters on the specified page.
See: Google Play EMM API Reference for androidenterprise.storelayoutclusters.list
.
Synopsis
- type StorelayoutclustersListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> ("pages" :> (Capture "pageId" Text :> ("clusters" :> (QueryParam "alt" AltJSON :> Get '[JSON] StoreLayoutClustersListResponse))))))))
- storelayoutclustersList :: Text -> Text -> StorelayoutclustersList
- data StorelayoutclustersList
- sllEnterpriseId :: Lens' StorelayoutclustersList Text
- sllPageId :: Lens' StorelayoutclustersList Text
REST Resource
type StorelayoutclustersListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> ("pages" :> (Capture "pageId" Text :> ("clusters" :> (QueryParam "alt" AltJSON :> Get '[JSON] StoreLayoutClustersListResponse)))))))) Source #
A resource alias for androidenterprise.storelayoutclusters.list
method which the
StorelayoutclustersList
request conforms to.
Creating a Request
storelayoutclustersList Source #
Creates a value of StorelayoutclustersList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StorelayoutclustersList Source #
Retrieves the details of all clusters on the specified page.
See: storelayoutclustersList
smart constructor.
Instances
Request Lenses
sllEnterpriseId :: Lens' StorelayoutclustersList Text Source #
The ID of the enterprise.