Asset

final case class Asset(externalId: Option[String], name: String, parentId: Option[Long], description: Option[String], metadata: Option[Map[String, String]], source: Option[String], id: Long, createdTime: Instant, lastUpdatedTime: Instant, rootId: Option[Long], aggregates: Option[Map[String, Long]], dataSetId: Option[Long], parentExternalId: Option[String], labels: Option[Seq[CogniteExternalId]]) extends WithId[Long] with WithExternalId with WithCreatedTime with ToCreate[AssetCreate] with ToUpdate[AssetUpdate]
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: AssetCreate
Definition Classes
override def toUpdate: AssetUpdate
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