Entity Relationship Args
data class EntityRelationshipArgs(val relationshipType: Output<String>? = null, val targetComponentTypeId: Output<String>? = null) : ConvertibleToJava<EntityRelationshipArgs>
The type of the relationship.