Response Unmarshaller for UnassignVolume operation
Inheritance: JsonResponseUnmarshaller
 public static UnassignVolumeResponseUnmarshaller GetInstance()
 {
   if (instance == null)
   {
     instance = new UnassignVolumeResponseUnmarshaller();
   }
   return instance;
 }
示例#2
0
 public static UnassignVolumeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new UnassignVolumeResponseUnmarshaller();
     }
     return(instance);
 }