class TencentCloud::Cdc::V20201214::DescribeDedicatedClusterHostsResponse
DescribeDedicatedClusterHosts返回参数结构体
def deserialize(params)
def deserialize(params) unless params['HostInfoSet'].nil? @HostInfoSet = [] params['HostInfoSet'].each do |i| hostinfo_tmp = HostInfo.new hostinfo_tmp.deserialize(i) @HostInfoSet << hostinfo_tmp end end @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end
def initialize(hostinfoset=nil, totalcount=nil, requestid=nil)
def initialize(hostinfoset=nil, totalcount=nil, requestid=nil) @HostInfoSet = hostinfoset @TotalCount = totalcount @RequestId = requestid end