Get Properties Response
data class GetPropertiesResponse(result: List<PropertyDescriptor>, internalProperties: List<InternalPropertyDescriptor>?, privateProperties: List<PrivatePropertyDescriptor>?, exceptionDetails: ExceptionDetails?)
Content copied to clipboard
Represents response frame that is returned from Runtime#getProperties operation call. Returns properties of a given object. Object group of the result is inherited from the target object.
See also
Constructors
GetPropertiesResponse
Link copied to clipboard
fun GetPropertiesResponse(result: List<PropertyDescriptor>, internalProperties: List<InternalPropertyDescriptor>? = null, privateProperties: List<PrivatePropertyDescriptor>? = null, exceptionDetails: ExceptionDetails? = null)
Content copied to clipboard
Properties
exceptionDetails
Link copied to clipboard
internalProperties
Link copied to clipboard
privateProperties
Link copied to clipboard
result
Link copied to clipboard
Sources
jvm source
Link copied to clipboard