Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type AndroidEnterpriseStorelayoutpagesInsertResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "storeLayout" :> "pages" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] StorePage :> Post '[JSON] StorePage

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.storelayoutpages.insert method which the AndroidEnterpriseStorelayoutpagesInsert request conforms to.

  2. data AndroidEnterpriseStorelayoutpagesList

    gogol-android-enterprise Gogol.AndroidEnterprise

    Retrieves the details of all pages in the store. See: newAndroidEnterpriseStorelayoutpagesList smart constructor.

  3. AndroidEnterpriseStorelayoutpagesList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseStorelayoutpagesList

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  4. type AndroidEnterpriseStorelayoutpagesListResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "storeLayout" :> "pages" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] StoreLayoutPagesListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.storelayoutpages.list method which the AndroidEnterpriseStorelayoutpagesList request conforms to.

  5. data AndroidEnterpriseStorelayoutpagesUpdate

    gogol-android-enterprise Gogol.AndroidEnterprise

    Updates the content of a store page. See: newAndroidEnterpriseStorelayoutpagesUpdate smart constructor.

  6. AndroidEnterpriseStorelayoutpagesUpdate :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Text -> StorePage -> Maybe Text -> Maybe Text -> AndroidEnterpriseStorelayoutpagesUpdate

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  7. type AndroidEnterpriseStorelayoutpagesUpdateResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "storeLayout" :> "pages" :> Capture "pageId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] StorePage :> Put '[JSON] StorePage

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.storelayoutpages.update method which the AndroidEnterpriseStorelayoutpagesUpdate request conforms to.

  8. newtype StoreLayoutPagesListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  9. StoreLayoutPagesListResponse :: Maybe [StorePage] -> StoreLayoutPagesListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  10. data StorePage

    gogol-android-enterprise Gogol.AndroidEnterprise

    Definition of a managed Google Play store page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection. See: newStorePage smart constructor.

Page 466 of many | Previous | Next