ThreeDModel

final case class ThreeDModel(name: String, id: Long, createdTime: Instant, metadata: Option[Map[String, String]]) extends WithId[Long] with ToCreate[ThreeDModelCreate] with ToUpdate[ThreeDModelUpdate]
trait Serializable
trait Product
trait Equals
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes
Definition Classes

Inherited methods

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