class TencentCloud::Lkeap::V20240522::SearchResult
搜索结果
def deserialize(params)
def deserialize(params) @Index = params['Index'] @Url = params['Url'] @Name = params['Name'] @Snippet = params['Snippet'] @Icon = params['Icon'] @Site = params['Site'] @PublishedTime = params['PublishedTime'] end
def initialize(index=nil, url=nil, name=nil, snippet=nil, icon=nil, site=nil, publishedtime=nil)
def initialize(index=nil, url=nil, name=nil, snippet=nil, icon=nil, site=nil, publishedtime=nil) @Index = index @Url = url @Name = name @Snippet = snippet @Icon = icon @Site = site @PublishedTime = publishedtime end