Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  2. 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.

  3. data AndroidEnterpriseStorelayoutpagesUpdate

    gogol-android-enterprise Gogol.AndroidEnterprise

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

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  5. 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.

  6. newtype StoreLayoutPagesListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  8. 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.

  9. StorePage :: Maybe Text -> Maybe [Text] -> Maybe [LocalizedText] -> StorePage

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  10. homepageId :: StoreLayout -> Maybe Text

    gogol-android-enterprise Gogol.AndroidEnterprise

    The ID of the store page to be used as the homepage. The homepage is the first page shown in the managed Google Play Store. Not specifying a homepage is equivalent to setting the store layout type to "basic".

Page 466 of many | Previous | Next