class TencentCloud::Emr::V20190103::DescribeYarnScheduleHistoryRequest
DescribeYarnScheduleHistory请求参数结构体
def deserialize(params)
def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Limit = params['Limit'] @Offset = params['Offset'] @SchedulerType = params['SchedulerType'] @TaskState = params['TaskState'] end
def initialize(instanceid=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, schedulertype=nil, taskstate=nil)
def initialize(instanceid=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, schedulertype=nil, taskstate=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Limit = limit @Offset = offset @SchedulerType = schedulertype @TaskState = taskstate end