Struct SServiceMethodInformation#

Struct Documentation#

struct SServiceMethodInformation#

Optional compile time information associated with a given service method (necessary for reflection / runtime type checking)

Public Members

SDataTypeInformation request_type#

Data type description of the request.

SDataTypeInformation response_type#

Data type description of the response.