type
TextField
type TextField struct {
MinLength *int `json:"minLength,omitempty"`
MaxLength *int `json:"maxLength,omitempty"`
Slug *SlugField `json:"slug,omitempty"`
}Inclusive Unicode code-point length bounds and optional slug behavior.
MinLength*int- The MinLength value.
MaxLength*int- The MaxLength value.
Slug*SlugField- The Slug value.