entries

@JvmName(name = "ddenxbkuaqqgnhal")
suspend fun entries(value: Output<List<ReferenceListEntryArgs>>)
@JvmName(name = "bmmxffjvnocsirid")
suspend fun entries(value: List<ReferenceListEntryArgs>?)

Parameters

value

Required. The entries of the reference list. When listed, they are returned in the order that was specified at creation or update. The combined size of the values of the reference list may not exceed 6MB. This is returned only when the view is REFERENCE_LIST_VIEW_FULL. Structure is documented below.


@JvmName(name = "qlshjhwdfhiwbcah")
suspend fun entries(vararg values: Output<ReferenceListEntryArgs>)


@JvmName(name = "pypiwejdyqebxgyk")
suspend fun entries(values: List<Output<ReferenceListEntryArgs>>)
@JvmName(name = "xeslmaoiofwsjxob")
suspend fun entries(vararg values: ReferenceListEntryArgs)

Parameters

values

Required. The entries of the reference list. When listed, they are returned in the order that was specified at creation or update. The combined size of the values of the reference list may not exceed 6MB. This is returned only when the view is REFERENCE_LIST_VIEW_FULL. Structure is documented below.


@JvmName(name = "eyliopcuytqjqyil")
suspend fun entries(argument: List<suspend ReferenceListEntryArgsBuilder.() -> Unit>)
@JvmName(name = "lqkhsnbgqnbefwkl")
suspend fun entries(vararg argument: suspend ReferenceListEntryArgsBuilder.() -> Unit)
@JvmName(name = "qpvjtwdyaxfnittx")
suspend fun entries(argument: suspend ReferenceListEntryArgsBuilder.() -> Unit)

Parameters

argument

Required. The entries of the reference list. When listed, they are returned in the order that was specified at creation or update. The combined size of the values of the reference list may not exceed 6MB. This is returned only when the view is REFERENCE_LIST_VIEW_FULL. Structure is documented below.