fieldNames

@JvmName(name = "qmpkkciendpbgewm")
suspend fun fieldNames(value: Output<List<String>>)
@JvmName(name = "qwlvoqmjfxtbkaal")
suspend fun fieldNames(value: List<String>?)

Parameters

value

Expected input is a list of fully qualified names of fields as in the schema. Only top-level field names for nested fields are supported. For instance, if 'x' is of nested field type, listing 'x' is supported but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of 'x'.


@JvmName(name = "sikerkanonqwttej")
suspend fun fieldNames(vararg values: Output<String>)


@JvmName(name = "kehhlnokajdmpfhq")
suspend fun fieldNames(values: List<Output<String>>)
@JvmName(name = "hcvbmmwutqbtmpkg")
suspend fun fieldNames(vararg values: String)

Parameters

values

Expected input is a list of fully qualified names of fields as in the schema. Only top-level field names for nested fields are supported. For instance, if 'x' is of nested field type, listing 'x' is supported but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of 'x'.