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.
pattern
ProductPolicy_TracksItem_AppTrackUnspecified :: ProductPolicy_TracksItemgogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
pattern
ProductPolicy_TracksItem_Beta :: ProductPolicy_TracksItemgogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
pattern
ProductPolicy_TracksItem_Production :: ProductPolicy_TracksItemgogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
-
gogol-android-enterprise Gogol.AndroidEnterprise A set of products. See: newProductSet smart constructor.
-
gogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
newtype
ProductSet_ProductSetBehavior gogol-android-enterprise Gogol.AndroidEnterprise The interpretation of this product set. "unknown" should never be sent and is ignored if received. "whitelist" means that the user is entitled to access the product set. "includeAll" means that all products are accessible, including products that are approved, products with revoked approval, and products that have never been approved. "allApproved" means that the user is entitled to access all products that are approved for the enterprise. If the value is "allApproved" or "includeAll", the productId field is ignored. If no value is provided, it is interpreted as "whitelist" for backwards compatibility. Further "allApproved" or "includeAll" does not enable automatic visibility of "alpha" or "beta" tracks for Android app. Use ProductVisibility to enable "alpha" or "beta" tracks per user.
ProductSet_ProductSetBehavior :: Text -> ProductSet_ProductSetBehaviorgogol-android-enterprise Gogol.AndroidEnterprise No documentation available.
pattern
ProductSet_ProductSetBehavior_AllApproved :: ProductSet_ProductSetBehaviorgogol-android-enterprise Gogol.AndroidEnterprise This product set represents all approved products. For Android app it represents only "production" track. (The value of the product_id field is therefore ignored).
pattern
ProductSet_ProductSetBehavior_IncludeAll :: ProductSet_ProductSetBehaviorgogol-android-enterprise Gogol.AndroidEnterprise This product set represents all products. For Android app it represents only "production" track. (The value of the productId field is therefore ignored).
pattern
ProductSet_ProductSetBehavior_Unknown :: ProductSet_ProductSetBehaviorgogol-android-enterprise Gogol.AndroidEnterprise This value should never be sent and ignored if received.