syntax = "proto3"; package whirl; import "network_property.proto"; message AppInitCommand { repeated NetworkProperty property_list = 2; }