Current section

Files

Jump to
chrobot include chrobot@protocol@runtime_GetPropertiesResponse.hrl
Raw

include/chrobot@protocol@runtime_GetPropertiesResponse.hrl

-record(get_properties_response, {
result :: list(chrobot@protocol@runtime:property_descriptor()),
internal_properties :: gleam@option:option(list(chrobot@protocol@runtime:internal_property_descriptor())),
exception_details :: gleam@option:option(chrobot@protocol@runtime:exception_details())
}).