Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
headRevisionId :: File -> Maybe Textgogol-drive Gogol.Drive.Types Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive.
headers :: MessagePart -> Maybe [MessagePartHeader]gogol-gmail Gogol.Gmail List of headers on this message part. For the top-level message part, representing the entire message payload, it will contain the standard RFC 2822 email headers such as To, From, and Subject.
headers :: MessagePart -> Maybe [MessagePartHeader]gogol-gmail Gogol.Gmail.Types List of headers on this message part. For the top-level message part, representing the entire message payload, it will contain the standard RFC 2822 email headers such as To, From, and Subject.
headers :: HttpCheck -> Maybe HttpCheck_Headersgogol-monitoring Gogol.Monitoring The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
headers :: HttpCheck -> Maybe HttpCheck_Headersgogol-monitoring Gogol.Monitoring.Types The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
headerColor :: BandingProperties -> Maybe Colorgogol-sheets Gogol.Sheets The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between firstbandcolor and secondbandcolor starting from the second row or column. Otherwise, the first row or column is filled with firstbandcolor and the colors proceed to alternate as they normally would. Deprecated: Use headercolorstyle.
headerColor :: TreemapChartSpec -> Maybe Colorgogol-sheets Gogol.Sheets The background color for header cells. Deprecated: Use headercolorstyle.
headerColorStyle :: BandingProperties -> Maybe ColorStylegogol-sheets Gogol.Sheets The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between firstbandcolor and secondbandcolor starting from the second row or column. Otherwise, the first row or column is filled with firstbandcolor and the colors proceed to alternate as they normally would. If header_color is also set, this field takes precedence.
headerColorStyle :: TreemapChartSpec -> Maybe ColorStylegogol-sheets Gogol.Sheets The background color for header cells. If header_color is also set, this field takes precedence.
headerCount :: BasicChartSpec -> Maybe Int32gogol-sheets Gogol.Sheets The number of rows or columns in the data that are "headers". If not set, Google Sheets will guess how many rows are headers based on the data. (Note that BasicChartAxis.title may override the axis title inferred from the header values.)