RelationshipMetadataResponse

data class RelationshipMetadataResponse(val sourceType: String, val targetType: String)

Provides information about the relationship properties.

Constructors

Link copied to clipboard
constructor(sourceType: String, targetType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the relationship source resource.

Link copied to clipboard

The type of the relationship target resource.