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.
1887 1888 1889 1890 1891 1892 1893 1894 1895 |
# File 'lib/v20220817/models.rb', line 1887 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
1885 1886 1887 |
# File 'lib/v20220817/models.rb', line 1885 def DocumentId @DocumentId end |
#Keyword ⇒ Object
1885 1886 1887 |
# File 'lib/v20220817/models.rb', line 1885 def Keyword @Keyword end |
#Limit ⇒ Object
1885 1886 1887 |
# File 'lib/v20220817/models.rb', line 1885 def Limit @Limit end |
#Owner ⇒ Object
1885 1886 1887 |
# File 'lib/v20220817/models.rb', line 1885 def Owner @Owner end |
#Page ⇒ Object
1885 1886 1887 |
# File 'lib/v20220817/models.rb', line 1885 def Page @Page end |
#Permission ⇒ Object
1885 1886 1887 |
# File 'lib/v20220817/models.rb', line 1885 def Permission @Permission end |
#SchoolId ⇒ Object
1885 1886 1887 |
# File 'lib/v20220817/models.rb', line 1885 def SchoolId @SchoolId end |
Instance Method Details
#deserialize(params) ⇒ Object
1897 1898 1899 1900 1901 1902 1903 1904 1905 |
# File 'lib/v20220817/models.rb', line 1897 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 |