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