Response Interface Reference

Message that encapsulates a respons message with a type description. More...


Detailed Description

Message that encapsulates a respons message with a type description.


message Response
{
  required int32 id              = 1;
  required string request        = 2;
  required string response       = 3;
  optional string type           = 4;
  optional bytes serialized_data = 5;
}

/// 

The documentation for this interface was generated from the following file: