DataSet

final case class DataSet(id: Long, name: Option[String], writeProtected: Boolean, externalId: Option[String], description: Option[String], metadata: Option[Map[String, String]], createdTime: Instant, lastUpdatedTime: Instant) extends WithId[Long] with WithExternalId with WithCreatedTime with ToCreate[DataSetCreate] with ToUpdate[DataSetUpdate]
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toCreate: DataSetCreate
Definition Classes
override def toUpdate: DataSetUpdate
Definition Classes

Inherited methods

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