GetPropertiesResponse

@Serializable
data class GetPropertiesResponse(val result: List<PropertyDescriptor>, val internalProperties: List<InternalPropertyDescriptor>? = null, val privateProperties: List<PrivatePropertyDescriptor>? = null, val exceptionDetails: ExceptionDetails? = null)

Response type for the RuntimeDomain.getProperties command.

Constructors

Link copied to clipboard
constructor(result: List<PropertyDescriptor>, internalProperties: List<InternalPropertyDescriptor>? = null, privateProperties: List<PrivatePropertyDescriptor>? = null, exceptionDetails: ExceptionDetails? = null)

Properties

Link copied to clipboard

Exception details.

Link copied to clipboard

Internal object properties (only of the element itself).

Link copied to clipboard

Object private properties.

Link copied to clipboard

Object properties.