CreateViewRequest

Types

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

Properties

Link copied to clipboard

Idempotency token for safe retries. Retrying with the same token returns the original view instead of creating a duplicate.

Link copied to clipboard

The SQL query that defines the view.

Link copied to clipboard

A description of the view.

Link copied to clipboard
val name: String?

The name of the view. Must begin with the "view." prefix. View names must be unique within the account and region.

Link copied to clipboard

Resource tags.

Functions

Link copied to clipboard
inline fun copy(block: CreateViewRequest.Builder.() -> Unit = {}): CreateViewRequest
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