ComponentTypeRelationshipArgs

data class ComponentTypeRelationshipArgs(val relationshipType: Output<String>? = null, val targetComponentTypeId: Output<String>? = null) : ConvertibleToJava<ComponentTypeRelationshipArgs>

The type of the relationship.

Constructors

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

Properties

Link copied to clipboard
val relationshipType: Output<String>? = null

The type of the relationship.

Link copied to clipboard
val targetComponentTypeId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ComponentTypeRelationshipArgs