Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. type AndroidEnterpriseUsersSetAvailableProductSetResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "users" :> Capture "userId" Text :> "availableProductSet" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductSet :> Put '[JSON] ProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.SetAvailableProductSet

    A resource alias for androidenterprise.users.setAvailableProductSet method which the AndroidEnterpriseUsersSetAvailableProductSet request conforms to.

  2. newAndroidEnterpriseUsersSetAvailableProductSet :: Text -> ProductSet -> Text -> AndroidEnterpriseUsersSetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.SetAvailableProductSet

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

  3. pattern ActivateBasePlanRequest_LatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYSENSITIVE :: ActivateBasePlanRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher

    The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.

  4. pattern ActivateBasePlanRequest_LatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYTOLERANT :: ActivateBasePlanRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher

    The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods.

  5. pattern ActivateBasePlanRequest_LatencyTolerance_PRODUCTUPDATELATENCYTOLERANCEUNSPECIFIED :: ActivateBasePlanRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher

    Defaults to PRODUCTUPDATELATENCYTOLERANCELATENCY_SENSITIVE.

  6. pattern ActivateSubscriptionOfferRequest_LatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYSENSITIVE :: ActivateSubscriptionOfferRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher

    The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.

  7. pattern ActivateSubscriptionOfferRequest_LatencyTolerance_PRODUCTUPDATELATENCYTOLERANCELATENCYTOLERANT :: ActivateSubscriptionOfferRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher

    The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods.

  8. pattern ActivateSubscriptionOfferRequest_LatencyTolerance_PRODUCTUPDATELATENCYTOLERANCEUNSPECIFIED :: ActivateSubscriptionOfferRequest_LatencyTolerance

    gogol-android-publisher Gogol.AndroidPublisher

    Defaults to PRODUCTUPDATELATENCYTOLERANCELATENCY_SENSITIVE.

  9. data AndroidPublisherInappproductsBatchDelete

    gogol-android-publisher Gogol.AndroidPublisher

    Deletes in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCTUPDATELATENCYTOLERANCELATENCY_TOLERANT to achieve maximum update throughput. This method should not be used to delete subscriptions. See this article for more information. See: newAndroidPublisherInappproductsBatchDelete smart constructor.

  10. AndroidPublisherInappproductsBatchDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> InappproductsBatchDeleteRequest -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsBatchDelete

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

Page 171 of many | Previous | Next