Skip to main content

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:

NameValue
Unknown0
String1
Boolean2
Integer3
Float4
Null5
DateTime6
Guid7
Time8
Object9
Array10
Property11
DateTimeOffset12
Byte13
Double14
Decimal15
Date16
Event17
Variable18

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>