RelationshipCreate

final case class RelationshipCreate(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]]) extends WithRequiredExternalId
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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