ReferenceListEntryArgs

data class ReferenceListEntryArgs(val value: Output<String>) : ConvertibleToJava<ReferenceListEntryArgs>

Constructors

Link copied to clipboard
constructor(value: Output<String>)

Properties

Link copied to clipboard
val value: Output<String>

Required. The value of the entry. Maximum length is 512 characters.

Functions

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