CreateAppInstanceRequest

Types

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

Properties

Link copied to clipboard

The unique ID of the request. Use different tokens to create different AppInstances.

Link copied to clipboard

The metadata of the AppInstance. Limited to a 1KB string in UTF-8.

Link copied to clipboard
val name: String?

The name of the AppInstance.

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

Tags assigned to the AppInstance.

Functions

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