GoogleCloudDataplexV1SchemaSchemaFieldResponse

data class GoogleCloudDataplexV1SchemaSchemaFieldResponse(val description: String, val fields: List<GoogleCloudDataplexV1SchemaSchemaFieldResponse>, val mode: String, val name: String, val type: String)

Represents a column field within a table schema.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. User friendly field description. Must be less than or equal to 1024 characters.

Link copied to clipboard

Optional. Any nested field for complex types.

Link copied to clipboard

Additional field semantics.

Link copied to clipboard

The name of the field. Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore.

Link copied to clipboard

The type of field.