Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. pattern PasteDataRequest_Type_PASTEDATAVALIDATION :: PasteDataRequest_Type

    gogol-sheets Gogol.Sheets.Types

    Paste the data validation only.

  2. data SetDataValidationRequest

    gogol-sheets Gogol.Sheets.Types

    Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified. See: newSetDataValidationRequest smart constructor.

  3. SetDataValidationRequest :: Maybe Bool -> Maybe GridRange -> Maybe DataValidationRule -> SetDataValidationRequest

    gogol-sheets Gogol.Sheets.Types

    No documentation available.

  4. dataValidation :: CellData -> Maybe DataValidationRule

    gogol-sheets Gogol.Sheets.Types

    A data validation rule on the cell, if any. When writing, the new data validation rule will overwrite any prior rule.

  5. newDataValidationRule :: DataValidationRule

    gogol-sheets Gogol.Sheets.Types

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

  6. newSetDataValidationRequest :: SetDataValidationRequest

    gogol-sheets Gogol.Sheets.Types

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

  7. setDataValidation :: Request' -> Maybe SetDataValidationRequest

    gogol-sheets Gogol.Sheets.Types

    Sets data validation for one or more cells.

  8. data PasswordValidationPolicy

    gogol-sqladmin Gogol.SQLAdmin

    Database instance local user password validation policy See: newPasswordValidationPolicy smart constructor.

  9. PasswordValidationPolicy :: Maybe PasswordValidationPolicy_Complexity -> Maybe Bool -> Maybe Bool -> Maybe Bool -> Maybe Int32 -> Maybe Duration -> Maybe Int32 -> PasswordValidationPolicy

    gogol-sqladmin Gogol.SQLAdmin

    No documentation available.

  10. newtype PasswordValidationPolicy_Complexity

    gogol-sqladmin Gogol.SQLAdmin

    The complexity of the password.

Page 81 of many | Previous | Next