Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.)
headerColor :: BandingProperties -> Maybe Colorgogol-sheets Gogol.Sheets.Types 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.Types The background color for header cells. Deprecated: Use headercolorstyle.
headerColorStyle :: BandingProperties -> Maybe ColorStylegogol-sheets Gogol.Sheets.Types 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.