ThreeDRevision

final case class ThreeDRevision(id: Long, fileId: Long, published: Boolean, rotation: Option[Seq[Double]], camera: Option[Camera], status: String, metadata: Option[Map[String, String]], thumbnailThreedFileId: Option[Long], thumbnailURL: Option[String], assetMappingCount: Long, createdTime: Instant) extends WithId[Long] with ToCreate[ThreeDRevisionCreate] with ToUpdate[ThreeDRevisionUpdate]
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