10 lines
157 B
Protocol Buffer
10 lines
157 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message BackupRequestSessionResponse {
|
||
|
repeated string _SessionName = 1;
|
||
|
repeated int64 _TimeInterval = 2;
|
||
|
}
|