polar-prost 0.1.0

Protobuf bindings to interact with Polar watches
Documentation
syntax = "proto2";
package data;


import "types.proto";

message PbIdentifier {
	required uint64 ecosystem_id = 1 ;
	required types.PbSystemDateTime created = 2 ;
	required types.PbSystemDateTime last_modified = 3 ;
	optional bool deleted = 4 ;
}