row_entities.proto 100 B

123456
  1. syntax = "proto3";
  2. message RowIdentifierPayload {
  3. string grid_id = 1;
  4. string row_id = 3;
  5. }