AssetCreate

final case class AssetCreate(name: String, parentId: Option[Long], description: Option[String], source: Option[String], externalId: Option[String], metadata: Option[Map[String, String]], parentExternalId: Option[String], dataSetId: Option[Long], labels: Option[Seq[CogniteExternalId]]) extends WithExternalId
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

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