Response Unmarshaller for DeleteUserPolicy operation
Inheritance: XmlResponseUnmarshaller
 public static DeleteUserPolicyResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DeleteUserPolicyResponseUnmarshaller();
     }
     return instance;
 }
 public static DeleteUserPolicyResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteUserPolicyResponseUnmarshaller();
     }
     return(instance);
 }