Class: TencentCloud::Lcic::V20220817::BatchDescribeDocumentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::BatchDescribeDocumentRequest
- Defined in:
- lib/v20220817/models.rb
Overview
BatchDescribeDocument请求参数结构体
Instance Attribute Summary collapse
- #DocumentId ⇒ Object
- #Keyword ⇒ Object
- #Limit ⇒ Object
- #Owner ⇒ Object
- #Page ⇒ Object
- #Permission ⇒ Object
- #SdkAppId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, page = nil, limit = nil, permission = nil, owner = nil, keyword = nil, documentid = nil) ⇒ BatchDescribeDocumentRequest
constructor
A new instance of BatchDescribeDocumentRequest.
Constructor Details
#initialize(sdkappid = nil, page = nil, limit = nil, permission = nil, owner = nil, keyword = nil, documentid = nil) ⇒ BatchDescribeDocumentRequest
Returns a new instance of BatchDescribeDocumentRequest.
438 439 440 441 442 443 444 445 446 |
# File 'lib/v20220817/models.rb', line 438 def initialize(sdkappid=nil, page=nil, limit=nil, =nil, owner=nil, keyword=nil, documentid=nil) @SdkAppId = sdkappid @Page = page @Limit = limit @Permission = @Owner = owner @Keyword = keyword @DocumentId = documentid end |
Instance Attribute Details
#DocumentId ⇒ Object
436 437 438 |
# File 'lib/v20220817/models.rb', line 436 def DocumentId @DocumentId end |
#Keyword ⇒ Object
436 437 438 |
# File 'lib/v20220817/models.rb', line 436 def Keyword @Keyword end |
#Limit ⇒ Object
436 437 438 |
# File 'lib/v20220817/models.rb', line 436 def Limit @Limit end |
#Owner ⇒ Object
436 437 438 |
# File 'lib/v20220817/models.rb', line 436 def Owner @Owner end |
#Page ⇒ Object
436 437 438 |
# File 'lib/v20220817/models.rb', line 436 def Page @Page end |
#Permission ⇒ Object
436 437 438 |
# File 'lib/v20220817/models.rb', line 436 def Permission @Permission end |
#SdkAppId ⇒ Object
436 437 438 |
# File 'lib/v20220817/models.rb', line 436 def SdkAppId @SdkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
448 449 450 451 452 453 454 455 456 |
# File 'lib/v20220817/models.rb', line 448 def deserialize(params) @SdkAppId = params['SdkAppId'] @Page = params['Page'] @Limit = params['Limit'] @Permission = params['Permission'] @Owner = params['Owner'] @Keyword = params['Keyword'] @DocumentId = params['DocumentId'] end |