class TencentCloud::Cvm::V20170312::DescribeHpcClustersResponse
DescribeHpcClusters返回参数结构体
def deserialize(params)
def deserialize(params) unless params['HpcClusterSet'].nil? @HpcClusterSet = [] params['HpcClusterSet'].each do |i| hpcclusterinfo_tmp = HpcClusterInfo.new hpcclusterinfo_tmp.deserialize(i) @HpcClusterSet << hpcclusterinfo_tmp end end @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end
def initialize(hpcclusterset=nil, totalcount=nil, requestid=nil)
def initialize(hpcclusterset=nil, totalcount=nil, requestid=nil) @HpcClusterSet = hpcclusterset @TotalCount = totalcount @RequestId = requestid end