Method: TencentCloud::Dayu::V20180709::DescribeCCAlarmThresholdResponse#deserialize
- Defined in:
- lib/v20180709/models.rb
#deserialize(params) ⇒ Object
2811 2812 2813 2814 2815 2816 2817 |
# File 'lib/v20180709/models.rb', line 2811 def deserialize(params) unless params['CCAlarmThreshold'].nil? @CCAlarmThreshold = CCAlarmThreshold.new @CCAlarmThreshold.deserialize(params['CCAlarmThreshold']) end @RequestId = params['RequestId'] end |