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.
-
gogol-android-enterprise Gogol.AndroidEnterprise The product was unpublished by the developer.
-
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.
ProductPermission :: Maybe Text -> Maybe ProductPermission_State -> ProductPermissiongogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
newtype
ProductPermission_State gogol-android-enterprise Gogol.AndroidEnterprise Whether the permission has been accepted or not.
ProductPermission_State :: Text -> ProductPermission_Stategogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
pattern
ProductPermission_State_Accepted :: ProductPermission_Stategogol-android-enterprise Gogol.AndroidEnterprise The permission has been accepted by the enterprise.
pattern
ProductPermission_State_Required :: ProductPermission_Stategogol-android-enterprise Gogol.AndroidEnterprise The permission is required by the app but has not yet been accepted by the enterprise.
-
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.
ProductPermissions :: Maybe [ProductPermission] -> Maybe Text -> ProductPermissionsgogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
-
gogol-android-enterprise Gogol.AndroidEnterprise The policy for a product. See: newProductPolicy smart constructor.