Response Unmarshaller for UpdateBandwidthRateLimit operation
Inheritance: JsonResponseUnmarshaller
 public static UpdateBandwidthRateLimitResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new UpdateBandwidthRateLimitResponseUnmarshaller();
       }
       return instance;
 }
Esempio n. 2
0
 public static UpdateBandwidthRateLimitResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new UpdateBandwidthRateLimitResponseUnmarshaller();
     }
     return(instance);
 }