9 lines
117 B
Protocol Buffer
9 lines
117 B
Protocol Buffer
|
|
||
|
syntax = "proto3";
|
||
|
|
||
|
package inetmock.audit.v1;
|
||
|
|
||
|
message NetMonDetailsEntity {
|
||
|
string reverse_resolved_host = 1;
|
||
|
}
|