ObjectTypeFieldArgs

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)

Properties

Link copied to clipboard

The content type of the field. Used for determining equality when searching.

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

A field of a ProfileObject. For example: _source.FirstName, where "_source" is a ProfileObjectType of a Zendesk user and "FirstName" is a field in that ObjectType.

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

The location of the data in the standard ProfileObject model. For example: _profile.Address.PostalCode.

Functions

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