CreateListRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val name: String?

The name of the list.

Link copied to clipboard
val 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.

Functions

Link copied to clipboard
inline fun copy(block: CreateListRequest.Builder.() -> Unit = {}): CreateListRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String