GPTReturnStructureItem Properties
An object defining properties for the GPTReturnStructureItem class.
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool
ValueType
Specifies the value type of the return structure item, indicating the kind of data it holds.
Type: ParameterValueType
Accepted Values:
Name Value Unknown 0 String 1 Boolean 2 Integer 3 Float 4 Null 5 DateTime 6 Guid 7 Time 8 Object 9 Array 10 Property 11 DateTimeOffset 12 Byte 13 Double 14 Decimal 15 Date 16 Event 17 Variable 18
Type
Defines the data type of the return structure item.
Type: string
Name
Specifies the name of the return structure item.
Type: string
DisplayName
Represents the display name or label for the return structure item.
Type: string
Childs
Defines the list of child items, allowing for hierarchical return structures.
Type: List<GPTReturnStructureItem>