| 2167 | } |
| 2168 | |
| 2169 | type DownlinkQueueRequest struct { |
| 2170 | state protoimpl.MessageState |
| 2171 | sizeCache protoimpl.SizeCache |
| 2172 | unknownFields protoimpl.UnknownFields |
| 2173 | |
| 2174 | EndDeviceIds *EndDeviceIdentifiers `protobuf:"bytes,1,opt,name=end_device_ids,json=endDeviceIds,proto3" json:"end_device_ids,omitempty"` |
| 2175 | Downlinks []*ApplicationDownlink `protobuf:"bytes,2,rep,name=downlinks,proto3" json:"downlinks,omitempty"` |
| 2176 | } |
| 2177 | |
| 2178 | func (x *DownlinkQueueRequest) Reset() { |
| 2179 | *x = DownlinkQueueRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected