Represents a structure item returned by GPT-based data source providers, including its type, name, and potential child items.
Properties
Name | Description |
---|
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
ValueType | Specifies the value type of the return structure item, indicating the kind of data it holds. |
Type | Defines the data type of the return structure item. |
Name | Specifies the name of the return structure item. |
DisplayName | Represents the display name or label for the return structure item. |
Childs | Defines the list of child items, allowing for hierarchical return structures. |
Constructors
Name | Description |
---|
GPTReturnStructureItem() | Initializes a new instance of the GPTReturnStructureItem class with default values. |