Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type AdminCustomersChromePrintersPatchResource = "admin" :> "directory" :> "v1" :> Capture "name" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "clearMask" FieldMask :> QueryParam "updateMask" FieldMask :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Printer :> Patch '[JSON] Printer

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.Patch

    A resource alias for admin.customers.chrome.printers.patch method which the AdminCustomersChromePrintersPatch request conforms to.

  2. newAdminCustomersChromePrintersPatch :: Text -> Printer -> AdminCustomersChromePrintersPatch

    gogol-admin-directory Gogol.Admin.Directory.Admin.Customers.Chrome.Printers.Patch

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

  3. type Admin'Chrome'Printers = "https://www.googleapis.com/auth/admin.chrome.printers"

    gogol-admin-directory Gogol.Admin.Directory.Types

    See, add, edit, and permanently delete the printers that your organization can use with Chrome

  4. type Admin'Chrome'Printers'Readonly = "https://www.googleapis.com/auth/admin.chrome.printers.readonly"

    gogol-admin-directory Gogol.Admin.Directory.Types

    See the printers that your organization can use with Chrome

  5. newtype BatchCreatePrintServersRequest

    gogol-admin-directory Gogol.Admin.Directory.Types

    Request to add multiple new print servers in a batch. See: newBatchCreatePrintServersRequest smart constructor.

  6. BatchCreatePrintServersRequest :: Maybe [CreatePrintServerRequest] -> BatchCreatePrintServersRequest

    gogol-admin-directory Gogol.Admin.Directory.Types

    No documentation available.

  7. data BatchCreatePrintServersResponse

    gogol-admin-directory Gogol.Admin.Directory.Types

    No documentation available.

  8. BatchCreatePrintServersResponse :: Maybe [PrintServerFailureInfo] -> Maybe [PrintServer] -> BatchCreatePrintServersResponse

    gogol-admin-directory Gogol.Admin.Directory.Types

    No documentation available.

  9. newtype BatchCreatePrintersRequest

    gogol-admin-directory Gogol.Admin.Directory.Types

    Request for adding new printers in batch. See: newBatchCreatePrintersRequest smart constructor.

  10. BatchCreatePrintersRequest :: Maybe [CreatePrinterRequest] -> BatchCreatePrintersRequest

    gogol-admin-directory Gogol.Admin.Directory.Types

    No documentation available.

Page 428 of many | Previous | Next