class TencentCloud::As::V20180419::DescribeNotificationConfigurationsResponse
DescribeNotificationConfigurations返回参数结构体
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
def initialize(totalcount=nil, autoscalingnotificationset=nil, requestid=nil)
def initialize(totalcount=nil, autoscalingnotificationset=nil, requestid=nil) @TotalCount = totalcount @AutoScalingNotificationSet = autoscalingnotificationset @RequestId = requestid end