Response Unmarshaller for DescribeWorkingStorage operation
Inheritance: JsonResponseUnmarshaller
 public static DescribeWorkingStorageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new DescribeWorkingStorageResponseUnmarshaller();
       }
       return instance;
 }
Ejemplo n.º 2
0
 public static DescribeWorkingStorageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeWorkingStorageResponseUnmarshaller();
     }
     return(instance);
 }