Get Properties Response
@Serializable
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)