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. data LicensingLicenseAssignmentsListForProduct

    gogol-apps-licensing Gogol.AppsLicensing

    List all users assigned licenses for a specific product SKU. See: newLicensingLicenseAssignmentsListForProduct smart constructor.

  2. LicensingLicenseAssignmentsListForProduct :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Word32 -> Text -> Text -> Maybe Text -> Maybe Text -> LicensingLicenseAssignmentsListForProduct

    gogol-apps-licensing Gogol.AppsLicensing

    No documentation available.

  3. data LicensingLicenseAssignmentsListForProductAndSku

    gogol-apps-licensing Gogol.AppsLicensing

    List all users assigned licenses for a specific product SKU. See: newLicensingLicenseAssignmentsListForProductAndSku smart constructor.

  4. LicensingLicenseAssignmentsListForProductAndSku :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Word32 -> Text -> Text -> Text -> Maybe Text -> Maybe Text -> LicensingLicenseAssignmentsListForProductAndSku

    gogol-apps-licensing Gogol.AppsLicensing

    No documentation available.

  5. type LicensingLicenseAssignmentsListForProductAndSkuResource = "apps" :> "licensing" :> "v1" :> "product" :> Capture "productId" Text :> "sku" :> Capture "skuId" Text :> "users" :> QueryParam "customerId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "maxResults" Word32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] LicenseAssignmentList

    gogol-apps-licensing Gogol.AppsLicensing

    A resource alias for licensing.licenseAssignments.listForProductAndSku method which the LicensingLicenseAssignmentsListForProductAndSku request conforms to.

  6. type LicensingLicenseAssignmentsListForProductResource = "apps" :> "licensing" :> "v1" :> "product" :> Capture "productId" Text :> "users" :> QueryParam "customerId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "maxResults" Word32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] LicenseAssignmentList

    gogol-apps-licensing Gogol.AppsLicensing

    A resource alias for licensing.licenseAssignments.listForProduct method which the LicensingLicenseAssignmentsListForProduct request conforms to.

  7. newLicensingLicenseAssignmentsListForProduct :: Text -> Text -> LicensingLicenseAssignmentsListForProduct

    gogol-apps-licensing Gogol.AppsLicensing

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

  8. newLicensingLicenseAssignmentsListForProductAndSku :: Text -> Text -> Text -> LicensingLicenseAssignmentsListForProductAndSku

    gogol-apps-licensing Gogol.AppsLicensing

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

  9. module Gogol.AppsLicensing.Licensing.LicenseAssignments.ListForProduct

    List all users assigned licenses for a specific product SKU. See: Enterprise License Manager API Reference for licensing.licenseAssignments.listForProduct.

  10. data LicensingLicenseAssignmentsListForProduct

    gogol-apps-licensing Gogol.AppsLicensing.Licensing.LicenseAssignments.ListForProduct

    List all users assigned licenses for a specific product SKU. See: newLicensingLicenseAssignmentsListForProduct smart constructor.

Page 206 of many | Previous | Next