Relationship

com.cognite.sdk.scala.v1.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, WithCreatedTime, ToCreate[RelationshipCreate], ToUpdate[RelationshipUpdate]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

def getExternalId: Option[String]

Attributes

Inherited from:
WithRequiredExternalId
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product