Label
Home > @gooddata/sdk-code-schemas > v1 > Label
v1.Label interface
This interface was referenced by undefined's JSON-Schema definition via the patternProperty "^(?!.)[.A-Za-z0-9_-]{1,255}$".
Signature:
export interface Label
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"INT" | "STRING" | "DATE" | "NUMERIC" | "TIMESTAMP" | "TIMESTAMP_TZ" | "BOOLEAN" |
(Optional) A column data type in the physical database. | ||
|
string |
(Optional) An optional description of the label. | ||
|
(Optional) | |||
|
boolean |
(Optional) | ||
|
boolean |
(Optional) Optional flag to indicate if the label can contain null values. | ||
|
string |
(Optional) Locale string in BCP 47 format used for default label sorting. | ||
|
string |
(Optional) Optional value which can be used as replacement for NULL in join conditions. | ||
|
boolean |
(Optional) Optional flag to indicate if the label should be shown in AI results. When omitted, the label is visible. | ||
|
string |
(Optional) A column name in the physical database. | ||
|
(Optional) | |||
|
string |
(Optional) An optional human readable title for the label. | ||
|
(Optional) Optional list of localized source columns for this label. | |||
|
"TEXT" | "HYPERLINK" | "GEO" | "GEO_LONGITUDE" | "GEO_LATITUDE" | "GEO_ICON" | "IMAGE" | "GEO_AREA" |
(Optional) |