EventCreate

final case class EventCreate(startTime: Option[Instant], endTime: Option[Instant], description: Option[String], `type`: Option[String], subtype: Option[String], metadata: Option[Map[String, String]], assetIds: Option[Seq[Long]], source: Option[String], externalId: Option[String], dataSetId: Option[Long]) extends WithExternalId
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def getExternalId(): Option[String]
Inherited from
WithExternalId
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product