class TencentCloud::As::V20180419::DescribeScheduledActionsResponse
DescribeScheduledActions返回参数结构体
def deserialize(params)
def deserialize(params) @TotalCount = params['TotalCount'] unless params['ScheduledActionSet'].nil? @ScheduledActionSet = [] params['ScheduledActionSet'].each do |i| scheduledaction_tmp = ScheduledAction.new scheduledaction_tmp.deserialize(i) @ScheduledActionSet << scheduledaction_tmp end end @RequestId = params['RequestId'] end
def initialize(totalcount=nil, scheduledactionset=nil, requestid=nil)
def initialize(totalcount=nil, scheduledactionset=nil, requestid=nil) @TotalCount = totalcount @ScheduledActionSet = scheduledactionset @RequestId = requestid end