org.onap migration
[vid.git] / vid-automation / src / main / java / vid / automation / test / model / ServicesObject.java
1 package vid.automation.test.model;
2
3 import java.util.HashMap;
4 import java.util.List;
5
6 /**
7  * Created by itzikliderman on 21/06/2017.
8  */
9 public class ServicesObject {
10     public HashMap<String, Service> services;
11 }