blob: 997374baf46bc6358b3ea719517873adcdd00972 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
syntax = "proto3";
import "DetectionColor.proto";
package Tango.PMR.Integration;
option java_package = "com.twine.tango.pmr.integration";
message ColorProfileRequest
{
string AppID = 1;
PMR.TCC.DetectionColor DetectionColor = 2;
}
|