class TencentCloud::Emr::V20190103::DescribeClusterNodesResponse
DescribeClusterNodes返回参数结构体
def deserialize(params)
def deserialize(params) @TotalCnt = params['TotalCnt'] unless params['NodeList'].nil? @NodeList = [] params['NodeList'].each do |i| nodehardwareinfo_tmp = NodeHardwareInfo.new nodehardwareinfo_tmp.deserialize(i) @NodeList << nodehardwareinfo_tmp end end @TagKeys = params['TagKeys'] @HardwareResourceTypeList = params['HardwareResourceTypeList'] @RequestId = params['RequestId'] end
def initialize(totalcnt=nil, nodelist=nil, tagkeys=nil, hardwareresourcetypelist=nil, requestid=nil)
def initialize(totalcnt=nil, nodelist=nil, tagkeys=nil, hardwareresourcetypelist=nil, requestid=nil) @TotalCnt = totalcnt @NodeList = nodelist @TagKeys = tagkeys @HardwareResourceTypeList = hardwareresourcetypelist @RequestId = requestid end