Relationship

final case class Relationship(externalId: String, sourceExternalId: String, sourceType: String, targetExternalId: String, targetType: String, startTime: Option[Instant], endTime: Option[Instant], confidence: Option[Double], dataSetId: Option[Long], labels: Option[Seq[CogniteExternalId]], createdTime: Instant, lastUpdatedTime: Instant) extends WithRequiredExternalId with WithCreatedTime with ToCreate[RelationshipCreate] with ToUpdate[RelationshipUpdate]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes
Definition Classes

Inherited methods

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