arrayElementType

@JvmName(name = "fpdaaxmkbgoiwqul")
suspend fun arrayElementType(value: Output<StandardSqlDataTypeArgs>)
@JvmName(name = "irykydqdlqmsvkms")
suspend fun arrayElementType(value: StandardSqlDataTypeArgs?)

Parameters

value

The type of the array's elements, if type_kind = "ARRAY".


@JvmName(name = "oabamrcjcxaeovvy")
suspend fun arrayElementType(argument: suspend StandardSqlDataTypeArgsBuilder.() -> Unit)

Parameters

argument

The type of the array's elements, if type_kind = "ARRAY".