class TencentCloud::As::V20180419::DescribeNotificationConfigurationsResponse

def deserialize(params)

def deserialize(params)
  @TotalCount = params['TotalCount']
  unless params['AutoScalingNotificationSet'].nil?
    @AutoScalingNotificationSet = []
    params['AutoScalingNotificationSet'].each do |i|
      autoscalingnotification_tmp = AutoScalingNotification.new
      autoscalingnotification_tmp.deserialize(i)
      @AutoScalingNotificationSet << autoscalingnotification_tmp
    end
  end
  @RequestId = params['RequestId']
end