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. 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.Storelayoutpages.Update

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

  2. newAndroidEnterpriseStorelayoutpagesUpdate :: Text -> Text -> StorePage -> AndroidEnterpriseStorelayoutpagesUpdate

    gogol-android-enterprise Gogol.AndroidEnterprise.Storelayoutpages.Update

    Creates a value of AndroidEnterpriseStorelayoutpagesUpdate with the minimum fields required to make a request.

  3. newtype StoreLayoutPagesListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

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

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  5. data StorePage

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    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.

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

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  7. homepageId :: StoreLayout -> Maybe Text

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

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

  8. newPageInfo :: PageInfo

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Creates a value of PageInfo with the minimum fields required to make a request.

  9. newStoreLayoutPagesListResponse :: StoreLayoutPagesListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Creates a value of StoreLayoutPagesListResponse with the minimum fields required to make a request.

  10. newStorePage :: StorePage

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Creates a value of StorePage with the minimum fields required to make a request.

Page 470 of many | Previous | Next