hipchat-hs-0.0.4: Hipchat API bindings in Haskell

Safe HaskellNone
LanguageHaskell2010

HipChat.Types.WebPanel

Documentation

data WebPanel Source #

Constructors

WebPanel 

Fields

  • webPanelIcon :: Maybe Icon

    Icon to display on the left side of the webPanel title.

  • webPanelKey :: Key

    Unique key (in the context of the integration) to identify this webPanel. Valid length range: 1 - 40.

  • webPanelLocation :: WebPanelLocation

    The location of this webPanel Valid values: hipchat.sidebar.right.

  • webPanelName :: Name

    The display name of the webPanel.

  • webPanelUrl :: Text

    The URL of the resource providing the view content.

  • webPanelWeight :: Maybe Int

    Determines the order in which webPanel appear. Web panels are displayed top to bottom or left to right in order of ascending weight. Defaults to 100.