hipchat-hs-0.0.4: Hipchat API bindings in Haskell

Safe HaskellNone
LanguageHaskell2010

HipChat.Types.Name

Documentation

data Name Source #

Constructors

Name 

Fields

  • nameI18n :: Maybe Text

    The optional localization key, used to look up the localized value. Valid length range: 1 - 40.

  • nameValue :: Text

    The default text. Valid length range: 1 - 100.

Instances