type
SelectField
type SelectField struct {
Choices []SelectChoice `json:"choices"`
HasMany bool `json:"hasMany,omitempty"`
DefaultValues []string `json:"defaultValues,omitempty"`
}Normalized finite choices, cardinality, and ordered multi-select defaults.
Choices[]SelectChoice- The Choices value.
HasManybool- The HasMany value.
DefaultValues[]string- The DefaultValues value.