EdgeDefinition

final case class EdgeDefinition(`type`: DirectRelationReference, space: String, externalId: String, createdTime: Long, lastUpdatedTime: Long, deletedTime: Option[Long], properties: Option[Map[String, Map[String, Map[String, InstancePropertyValue]]]], startNode: DirectRelationReference, endNode: DirectRelationReference) extends InstanceDefinition
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Concrete fields