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