Databricks SDK for JavaScript
    Preparing search index...

    copied from proto3 / Google Well Known Types, source: https://github.com/protocolbuffers/protobuf/blob/450d24ca820750c5db5112a6f0b0c2efb9758021/src/google/protobuf/struct.proto ListValue is a wrapper around a repeated field of values.

    The JSON representation for ListValue is JSON array.

    interface ListValue {
        values?: Value[];
    }
    Index

    Properties

    Properties

    values?: Value[]

    Repeated field of dynamically typed values.