Builder

class Builder

Properties

Link copied to clipboard

The description of the list.

Link copied to clipboard

The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.

Link copied to clipboard
var name: String?

The name of the list.

Link copied to clipboard
var tags: List<Tag>?

A collection of the key and value pairs.

Link copied to clipboard

The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.