Object Type Field Args
data class ObjectTypeFieldArgs(val contentType: Output<ObjectTypeFieldContentType>? = null, val source: Output<String>? = null, val target: Output<String>? = null) : ConvertibleToJava<ObjectTypeFieldArgs>
Represents a field in a ProfileObjectType.
Constructors
Link copied to clipboard
constructor(contentType: Output<ObjectTypeFieldContentType>? = null, source: Output<String>? = null, target: Output<String>? = null)