Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foreground :: ColorDefinition -> Maybe Textgogol-apps-calendar Gogol.AppsCalendar.Types The foreground color that can be used to write on top of a background with 'background' color.
foregroundColor :: CalendarListEntry -> Maybe Textgogol-apps-calendar Gogol.AppsCalendar.Types The foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.
force :: BigQueryRowAccessPoliciesDelete -> Maybe Boolgogol-bigquery Gogol.BigQuery If set to true, it deletes the row access policy even if it's the last row access policy on the table and the deletion will widen the access rather narrowing it.
force :: BatchDeleteRowAccessPoliciesRequest -> Maybe Boolgogol-bigquery Gogol.BigQuery If set to true, it deletes the row access policy even if it's the last row access policy on the table and the deletion will widen the access rather narrowing it.
forecastLimitLowerBound :: TrainingOptions -> Maybe Doublegogol-bigquery Gogol.BigQuery The forecast limit lower bound that was used during ARIMA model training with limits. To see more details of the algorithm: https://otexts.com/fpp2/limits.html
forecastLimitUpperBound :: TrainingOptions -> Maybe Doublegogol-bigquery Gogol.BigQuery The forecast limit upper bound that was used during ARIMA model training with limits.
foreignDefinitions :: ViewDefinition -> Maybe [ForeignViewDefinition]gogol-bigquery Gogol.BigQuery Optional. Foreign view representations.
foreignKeys :: TableConstraints -> Maybe [TableConstraints_ForeignKeysItem]gogol-bigquery Gogol.BigQuery Optional. Present only if the table has a foreign key. The foreign key is not enforced.
foreignTypeDefinition :: TableFieldSchema -> Maybe Textgogol-bigquery Gogol.BigQuery Optional. Definition of the foreign data type. Only valid for top-level schema fields (not nested fields). If the type is FOREIGN, this field is required.
foreignTypeInfo :: TableSchema -> Maybe ForeignTypeInfogogol-bigquery Gogol.BigQuery Optional. Specifies metadata of the foreign data type definition in field schema (TableFieldSchema.foreigntypedefinition).