id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-field-details-dto |
FieldDetailsDto |
FieldDetailsDto |
FieldDetailsDto |
pythonsdk |
| python |
| Python |
| sdk |
| FieldDetailsDto |
| V2025FieldDetailsDto |
|
/tools/sdk/python/v2025/models/field-details-dto |
| SDK |
| Software Development Kit |
| FieldDetailsDto |
| V2025FieldDetailsDto |
|
FieldDetailsDto
Properties
| Name |
Type |
Description |
Notes |
| name |
str |
The name of the attribute. |
[optional] |
| transform |
object |
The transform to apply to the field |
[optional] |
| attributes |
object |
Attributes required for the transform |
[optional] |
| is_required |
bool |
Flag indicating whether or not the attribute is required. |
[optional] [readonly] [default to False] |
| type |
str |
The type of the attribute. |
[optional] |
| is_multi_valued |
bool |
Flag indicating whether or not the attribute is multi-valued. |
[optional] [default to False] |
| } |
|
|
|
Example
[Back to top]