class TencentCloud::Solar::V20181011::DescribeProjectsResponse
DescribeProjects返回参数结构体
def deserialize(params)
def deserialize(params) unless params['ProjectList'].nil? @ProjectList = [] params['ProjectList'].each do |i| projectinfo_tmp = ProjectInfo.new projectinfo_tmp.deserialize(i) @ProjectList << projectinfo_tmp end end @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end
def initialize(projectlist=nil, totalcount=nil, requestid=nil)
def initialize(projectlist=nil, totalcount=nil, requestid=nil) @ProjectList = projectlist @TotalCount = totalcount @RequestId = requestid end