Files
EdgeCommon/pkg/rpc/protos/models/model_node_price_item.proto

13 lines
193 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
message NodePriceItem {
int64 id = 1;
bool isOn = 2;
string name = 3;
string type = 4;
int64 bitsFrom = 5;
int64 bitsTo = 6;
}