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