GetPropertiesReturn

@Serializable
data class GetPropertiesReturn(val result: List<Runtime.PropertyDescriptor>, val internalProperties: List<Runtime.InternalPropertyDescriptor>?, val privateProperties: List<Runtime.PrivatePropertyDescriptor>?, val exceptionDetails: Runtime.ExceptionDetails?)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Internal object properties (only of the element itself).

Link copied to clipboard
Link copied to clipboard

Object properties.