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