Class: TencentCloud::Lowcode::V20210108::SearchDocListRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210108/models.rb

Overview

SearchDocList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envid = nil, collectionview = nil, searchkey = nil, searchvalue = nil, pageno = nil, pagesize = nil) ⇒ SearchDocListRequest

Returns a new instance of SearchDocListRequest.



1783
1784
1785
1786
1787
1788
1789
1790
# File 'lib/v20210108/models.rb', line 1783

def initialize(envid=nil, collectionview=nil, searchkey=nil, searchvalue=nil, pageno=nil, pagesize=nil)
  @EnvId = envid
  @CollectionView = collectionview
  @SearchKey = searchkey
  @SearchValue = searchvalue
  @PageNo = pageno
  @PageSize = pagesize
end

Instance Attribute Details

#CollectionViewObject

Parameters:

  • EnvId:

    环境ID

  • CollectionView:

    知识库名称

  • SearchKey:

    搜索模式

  • SearchValue:

    搜索值

  • PageNo:

    页码

  • PageSize:

    页大小



1781
1782
1783
# File 'lib/v20210108/models.rb', line 1781

def CollectionView
  @CollectionView
end

#EnvIdObject

Parameters:

  • EnvId:

    环境ID

  • CollectionView:

    知识库名称

  • SearchKey:

    搜索模式

  • SearchValue:

    搜索值

  • PageNo:

    页码

  • PageSize:

    页大小



1781
1782
1783
# File 'lib/v20210108/models.rb', line 1781

def EnvId
  @EnvId
end

#PageNoObject

Parameters:

  • EnvId:

    环境ID

  • CollectionView:

    知识库名称

  • SearchKey:

    搜索模式

  • SearchValue:

    搜索值

  • PageNo:

    页码

  • PageSize:

    页大小



1781
1782
1783
# File 'lib/v20210108/models.rb', line 1781

def PageNo
  @PageNo
end

#PageSizeObject

Parameters:

  • EnvId:

    环境ID

  • CollectionView:

    知识库名称

  • SearchKey:

    搜索模式

  • SearchValue:

    搜索值

  • PageNo:

    页码

  • PageSize:

    页大小



1781
1782
1783
# File 'lib/v20210108/models.rb', line 1781

def PageSize
  @PageSize
end

#SearchKeyObject

Parameters:

  • EnvId:

    环境ID

  • CollectionView:

    知识库名称

  • SearchKey:

    搜索模式

  • SearchValue:

    搜索值

  • PageNo:

    页码

  • PageSize:

    页大小



1781
1782
1783
# File 'lib/v20210108/models.rb', line 1781

def SearchKey
  @SearchKey
end

#SearchValueObject

Parameters:

  • EnvId:

    环境ID

  • CollectionView:

    知识库名称

  • SearchKey:

    搜索模式

  • SearchValue:

    搜索值

  • PageNo:

    页码

  • PageSize:

    页大小



1781
1782
1783
# File 'lib/v20210108/models.rb', line 1781

def SearchValue
  @SearchValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1792
1793
1794
1795
1796
1797
1798
1799
# File 'lib/v20210108/models.rb', line 1792

def deserialize(params)
  @EnvId = params['EnvId']
  @CollectionView = params['CollectionView']
  @SearchKey = params['SearchKey']
  @SearchValue = params['SearchValue']
  @PageNo = params['PageNo']
  @PageSize = params['PageSize']
end