Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sarus_data_spec / sarus_data_spec / protobuf / attribute.proto
Size: Mime:
syntax = "proto3";
package sarus_data_spec;

message Attribute {
  // General attribute about an object
  string uuid = 1;
  string object = 2; // uuid of an object
  map<string, string> properties = 3; // Other properties
  string name = 4;
}