Response Unmarshaller for CreateInstance operation
Inheritance: JsonResponseUnmarshaller
コード例 #1
0
 public static CreateInstanceResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new CreateInstanceResponseUnmarshaller();
       }
       return instance;
 }