Class: TencentCloud::Lcic::V20220817::DescribeDocumentsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeDocumentsRequest
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeDocuments请求参数结构体
Instance Attribute Summary collapse
- #DocumentId ⇒ Object
- #Keyword ⇒ Object
- #Limit ⇒ Object
- #Owner ⇒ Object
- #Page ⇒ Object
- #Permission ⇒ Object
- #SchoolId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(schoolid = nil, page = nil, limit = nil, permission = nil, owner = nil, keyword = nil, documentid = nil) ⇒ DescribeDocumentsRequest
constructor
A new instance of DescribeDocumentsRequest.
Constructor Details
#initialize(schoolid = nil, page = nil, limit = nil, permission = nil, owner = nil, keyword = nil, documentid = nil) ⇒ DescribeDocumentsRequest
Returns a new instance of DescribeDocumentsRequest.
1867 1868 1869 1870 1871 1872 1873 1874 1875 |
# File 'lib/v20220817/models.rb', line 1867 def initialize(schoolid=nil, page=nil, limit=nil, =nil, owner=nil, keyword=nil, documentid=nil) @SchoolId = schoolid @Page = page @Limit = limit @Permission = @Owner = owner @Keyword = keyword @DocumentId = documentid end |
Instance Attribute Details
#DocumentId ⇒ Object
1865 1866 1867 |
# File 'lib/v20220817/models.rb', line 1865 def DocumentId @DocumentId end |
#Keyword ⇒ Object
1865 1866 1867 |
# File 'lib/v20220817/models.rb', line 1865 def Keyword @Keyword end |
#Limit ⇒ Object
1865 1866 1867 |
# File 'lib/v20220817/models.rb', line 1865 def Limit @Limit end |
#Owner ⇒ Object
1865 1866 1867 |
# File 'lib/v20220817/models.rb', line 1865 def Owner @Owner end |
#Page ⇒ Object
1865 1866 1867 |
# File 'lib/v20220817/models.rb', line 1865 def Page @Page end |
#Permission ⇒ Object
1865 1866 1867 |
# File 'lib/v20220817/models.rb', line 1865 def Permission @Permission end |
#SchoolId ⇒ Object
1865 1866 1867 |
# File 'lib/v20220817/models.rb', line 1865 def SchoolId @SchoolId end |
Instance Method Details
#deserialize(params) ⇒ Object
1877 1878 1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/v20220817/models.rb', line 1877 def deserialize(params) @SchoolId = params['SchoolId'] @Page = params['Page'] @Limit = params['Limit'] @Permission = params['Permission'] @Owner = params['Owner'] @Keyword = params['Keyword'] @DocumentId = params['DocumentId'] end |