ComponentTypeDataValueRelationshipValuePropertiesArgs

data class ComponentTypeDataValueRelationshipValuePropertiesArgs(val targetComponentName: Output<String>? = null, val targetEntityId: Output<String>? = null) : ConvertibleToJava<ComponentTypeDataValueRelationshipValuePropertiesArgs>

A value that relates a component to another component.

Constructors

constructor(targetComponentName: Output<String>? = null, targetEntityId: Output<String>? = null)

Properties

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

Functions

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