Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. pattern Product_ProductPricing_Paid :: Product_ProductPricing

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    The product is paid.

  2. pattern Product_ProductPricing_Unknown :: Product_ProductPricing

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Unknown pricing, used to denote an approved product that is not generally available.

  3. data ProductsApproveRequest

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  4. ProductsApproveRequest :: Maybe ApprovalUrlInfo -> Maybe ProductsApproveRequest_ApprovedPermissions -> ProductsApproveRequest

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  5. newtype ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Sets how new permission requests for the product are handled. "allPermissions" automatically approves all current and future permissions for the product. "currentPermissionsOnly" approves the current set of permissions for the product, but any future permissions added through updates will require manual reapproval. If not specified, only the current set of permissions will be approved.

  6. ProductsApproveRequest_ApprovedPermissions :: Text -> ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  7. pattern ProductsApproveRequest_ApprovedPermissions_AllPermissions :: ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    All current and future permissions the app requires are automatically approved.

  8. pattern ProductsApproveRequest_ApprovedPermissions_CurrentPermissionsOnly :: ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Approve only the permissions the product requires at approval time. If an update requires additional permissions, the app will not be updated on devices associated with enterprise users until the additional permissions are approved.

  9. newtype ProductsGenerateApprovalUrlResponse

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  10. ProductsGenerateApprovalUrlResponse :: Maybe Text -> ProductsGenerateApprovalUrlResponse

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

Page 43 of many | Previous | Next