AssetUpdate

final case class AssetUpdate(name: Option[NonNullableSetter[String]], description: Option[Setter[String]], source: Option[Setter[String]], externalId: Option[Setter[String]], metadata: Option[NonNullableSetter[Map[String, String]]], parentId: Option[Setter[Long]], parentExternalId: Option[Setter[String]], dataSetId: Option[Setter[Long]], labels: Option[NonNullableSetter[Seq[CogniteExternalId]]]) extends WithSetExternalId
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

override def getExternalId: Option[String]
Definition Classes
Inherited from:
WithSetExternalId
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product