Response Unmarshaller for ListVolumes operation
Inheritance: JsonResponseUnmarshaller
 public static ListVolumesResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new ListVolumesResponseUnmarshaller();
       }
       return instance;
 }
Example #2
0
 public static ListVolumesResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ListVolumesResponseUnmarshaller();
     }
     return(instance);
 }