id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-model-field |
ModelField |
ModelField |
ModelField |
pythonsdk |
| python |
| Python |
| sdk |
| ModelField |
| BetaModelField |
|
/tools/sdk/python/beta/models/model-field |
| SDK |
| Software Development Kit |
| ModelField |
| BetaModelField |
|
ModelField
Properties
| Name |
Type |
Description |
Notes |
| name |
str |
Name of the FormItem |
[optional] |
| display_name |
str |
Display name of the field |
[optional] |
| display_type |
str |
Type of the field to display |
[optional] |
| required |
bool |
True if the field is required |
[optional] |
| allowed_values_list |
[]object |
List of allowed values for the field |
[optional] |
| value |
object |
Value of the field |
[optional] |
| } |
|
|
|
Example
[Back to top]