Label

final case class Label(externalId: String, name: String, description: Option[String], createdTime: Instant) extends WithRequiredExternalId with WithCreatedTime with ToCreate[LabelCreate]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toCreate: LabelCreate
Definition Classes

Inherited methods

def getExternalId: Option[String]
Inherited from:
WithRequiredExternalId
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product