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