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