Skip to main content

GPTReturnStructure Properties

An object defining properties for the GPTReturnStructure class.

GeneralIsChanged

Specifies whether the return structure has undergone general changes.

Type: bool


SelectedPath

Specifies the selected path in the return structure.

Type: string


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


MetaData

Contains metadata associated with the return structure, represented as a list of GPTReturnStructureItem objects.

Type: List<GPTReturnStructureItem>