Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. newtype ProductsCustomBatchRequest

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  2. ProductsCustomBatchRequest :: Maybe [ProductsCustomBatchRequestEntry] -> ProductsCustomBatchRequest

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  3. data ProductsCustomBatchRequestEntry

    gogol-shopping-content Gogol.ShoppingContent

    A batch entry encoding a single non-batch products request. See: newProductsCustomBatchRequestEntry smart constructor.

  4. ProductsCustomBatchRequestEntry :: Maybe Word32 -> Maybe Word64 -> Maybe Word64 -> Maybe Text -> Maybe Product -> Maybe Text -> Maybe FieldMask -> ProductsCustomBatchRequestEntry

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  5. data ProductsCustomBatchResponse

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  6. ProductsCustomBatchResponse :: Maybe [ProductsCustomBatchResponseEntry] -> Maybe Text -> ProductsCustomBatchResponse

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  7. data ProductsCustomBatchResponseEntry

    gogol-shopping-content Gogol.ShoppingContent

    A batch entry encoding a single non-batch products response. See: newProductsCustomBatchResponseEntry smart constructor.

  8. ProductsCustomBatchResponseEntry :: Maybe Word32 -> Maybe Errors -> Maybe Text -> Maybe Product -> ProductsCustomBatchResponseEntry

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  9. data ProductsListResponse

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  10. ProductsListResponse :: Maybe Text -> Maybe Text -> Maybe [Product] -> ProductsListResponse

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

Page 56 of many | Previous | Next