syntax = "proto3"; package whirl; import "property_list.proto"; message PropertyUpdateCommand { PropertyList property_list = 1; }