ComponentTypeRelationship

data class ComponentTypeRelationship(val relationshipType: String? = null, val targetComponentTypeId: String? = null)

The type of the relationship.

Constructors

Link copied to clipboard
constructor(relationshipType: String? = null, targetComponentTypeId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the relationship.

Link copied to clipboard

The ID of the target component type associated with this relationship.