TextElement

slack.models.TextElement
case class TextElement(label: String, name: String, optional: Boolean, max_length: Option[Int], min_length: Option[Int], hint: Option[String], subtype: Option[String], placeholder: Option[String], value: Option[String], `type`: String) extends DialogElement

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product