Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. data LicensingLicenseAssignmentsListForProductAndSku

    gogol-apps-licensing Gogol.AppsLicensing

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

  2. 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.

  3. 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.

  4. 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.

  5. newLicensingLicenseAssignmentsListForProduct :: Text -> Text -> LicensingLicenseAssignmentsListForProduct

    gogol-apps-licensing Gogol.AppsLicensing

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

  6. newLicensingLicenseAssignmentsListForProductAndSku :: Text -> Text -> Text -> LicensingLicenseAssignmentsListForProductAndSku

    gogol-apps-licensing Gogol.AppsLicensing

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

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

  8. data LicensingLicenseAssignmentsListForProduct

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

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

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

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

    No documentation available.

  10. 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.Licensing.LicenseAssignments.ListForProduct

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

Page 207 of many | Previous | Next