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 ProductAvailabilityChangeEvent_AvailabilityStatus_Unpublished :: ProductAvailabilityChangeEvent_AvailabilityStatus

    gogol-android-enterprise Gogol.AndroidEnterprise

    The product was unpublished by the developer.

  2. data ProductPermission

    gogol-android-enterprise Gogol.AndroidEnterprise

    A product permissions resource represents the set of permissions required by a specific app and whether or not they have been accepted by an enterprise admin. The API can be used to read the set of permissions, and also to update the set to indicate that permissions have been accepted. See: newProductPermission smart constructor.

  3. ProductPermission :: Maybe Text -> Maybe ProductPermission_State -> ProductPermission

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  4. newtype ProductPermission_State

    gogol-android-enterprise Gogol.AndroidEnterprise

    Whether the permission has been accepted or not.

  5. ProductPermission_State :: Text -> ProductPermission_State

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  6. pattern ProductPermission_State_Accepted :: ProductPermission_State

    gogol-android-enterprise Gogol.AndroidEnterprise

    The permission has been accepted by the enterprise.

  7. pattern ProductPermission_State_Required :: ProductPermission_State

    gogol-android-enterprise Gogol.AndroidEnterprise

    The permission is required by the app but has not yet been accepted by the enterprise.

  8. data ProductPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

    Information about the permissions required by a specific app and whether they have been accepted by the enterprise. See: newProductPermissions smart constructor.

  9. ProductPermissions :: Maybe [ProductPermission] -> Maybe Text -> ProductPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  10. data ProductPolicy

    gogol-android-enterprise Gogol.AndroidEnterprise

    The policy for a product. See: newProductPolicy smart constructor.

Page 27 of many | Previous | Next