Response Unmarshaller for ListVaults operation
Inheritance: JsonResponseUnmarshaller
 public static ListVaultsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ListVaultsResponseUnmarshaller();
     }
     return(instance);
 }
 public static ListVaultsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new ListVaultsResponseUnmarshaller();
       }
       return instance;
 }