EventUpdate

final case class EventUpdate(startTime: Option[Setter[Instant]], endTime: Option[Setter[Instant]], description: Option[Setter[String]], `type`: Option[Setter[String]], subtype: Option[Setter[String]], metadata: Option[NonNullableSetter[Map[String, String]]], assetIds: Option[NonNullableSetter[Seq[Long]]], source: Option[Setter[String]], externalId: Option[Setter[String]], dataSetId: Option[Setter[Long]]) extends WithSetExternalId
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

override def getExternalId(): Option[String]
Definition Classes
Inherited from
WithSetExternalId
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product