class TencentCloud::Wedata::V20210820::DescribeRealTimeTaskMetricOverviewResponse
DescribeRealTimeTaskMetricOverview返回参数结构体
def deserialize(params)
def deserialize(params) @TotalRecordNumOfRead = params['TotalRecordNumOfRead'] @TotalRecordByteNumOfRead = params['TotalRecordByteNumOfRead'] @TotalRecordNumOfWrite = params['TotalRecordNumOfWrite'] @TotalRecordByteNumOfWrite = params['TotalRecordByteNumOfWrite'] @TotalDirtyRecordNum = params['TotalDirtyRecordNum'] @TotalDirtyRecordByte = params['TotalDirtyRecordByte'] @TotalDuration = params['TotalDuration'] @BeginRunTime = params['BeginRunTime'] @EndRunTime = params['EndRunTime'] @RequestId = params['RequestId'] end
def initialize(totalrecordnumofread=nil, totalrecordbytenumofread=nil, totalrecordnumofwrite=nil, totalrecordbytenumofwrite=nil, totaldirtyrecordnum=nil, totaldirtyrecordbyte=nil, totalduration=nil, beginruntime=nil, endruntime=nil, requestid=nil)
def initialize(totalrecordnumofread=nil, totalrecordbytenumofread=nil, totalrecordnumofwrite=nil, totalrecordbytenumofwrite=nil, totaldirtyrecordnum=nil, totaldirtyrecordbyte=nil, totalduration=nil, beginruntime=nil, endruntime=nil, requestid=nil) @TotalRecordNumOfRead = totalrecordnumofread @TotalRecordByteNumOfRead = totalrecordbytenumofread @TotalRecordNumOfWrite = totalrecordnumofwrite @TotalRecordByteNumOfWrite = totalrecordbytenumofwrite @TotalDirtyRecordNum = totaldirtyrecordnum @TotalDirtyRecordByte = totaldirtyrecordbyte @TotalDuration = totalduration @BeginRunTime = beginruntime @EndRunTime = endruntime @RequestId = requestid end