You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param prompt: The context about the key that may include how to find and format it., defaults to None
198
212
:type prompt: Optional[str], optional
199
-
:param type: The type of the field. It can include but is not limited to `string`, `float`, `date`, `enum`, and `multiSelect`., defaults to None
213
+
:param type: The type of the field. It can include but is not limited to `string`, `float`, `date`, `enum`, `multiSelect`,`taxonomy`, `struct`, and `table`., defaults to None
200
214
:type type: Optional[str], optional
201
215
:param options: A list of options for this field. This is most often used in combination with the `enum` and `multiSelect` field types., defaults to None
:param taxonomy_key: The identifier for a taxonomy, which corresponds to the `key` of the taxonomy source. Required if using `taxonomy` type field., defaults to None
220
+
:type taxonomy_key: Optional[str], optional
221
+
:param namespace: The namespace of the taxonomy source. Required if using `taxonomy` type field from an existing taxonomy., defaults to None
:param prompt: The context about the key that may include how to find and format it., defaults to None
95
109
:type prompt: Optional[str], optional
96
-
:param type: The type of the field. It can include but is not limited to `string`, `float`, `date`, `enum`, and `multiSelect`., defaults to None
110
+
:param type: The type of the field. It can include but is not limited to `string`, `float`, `date`, `enum`, `multiSelect`,`taxonomy`, `struct`, and `table`., defaults to None
97
111
:type type: Optional[str], optional
98
112
:param options: A list of options for this field. This is most often used in combination with the `enum` and `multiSelect` field types., defaults to None
:param taxonomy_key: The identifier for a taxonomy, which corresponds to the `key` of the taxonomy source. Required if using `taxonomy` type field., defaults to None
117
+
:type taxonomy_key: Optional[str], optional
118
+
:param namespace: The namespace of the taxonomy source. Required if using `taxonomy` type field from an existing taxonomy., defaults to None
:param key: A unique identifier for the nested field.
37
+
:type key: str
38
+
:param description: A description of the nested field., defaults to None
39
+
:type description: Optional[str], optional
40
+
:param display_name: The display name of the nested field., defaults to None
41
+
:type display_name: Optional[str], optional
42
+
:param prompt: Context about the nested field that may include how to find and how to format it., defaults to None
43
+
:type prompt: Optional[str], optional
44
+
:param type: The type of the nested field. Allowed types include `string`, `float`, `date`, `number`, `text`, `boolean`, `enum` and `multiSelect`., defaults to None
45
+
:type type: Optional[str], optional
46
+
:param options: A list of options for this nested field. Used with `enum` and `multiSelect` types., defaults to None
0 commit comments