Class: TencentCloud::Lcic::V20220817::DescribeDocumentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DescribeDocumentResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DescribeDocument返回参数结构体
Instance Attribute Summary collapse
- #DocumentId ⇒ Object
- #DocumentName ⇒ Object
- #DocumentSize ⇒ Object
- #DocumentType ⇒ Object
- #DocumentUrl ⇒ Object
- #MinScaleResolution ⇒ Object
- #Owner ⇒ Object
- #Pages ⇒ Object
- #Permission ⇒ Object
- #Preview ⇒ Object
- #RequestId ⇒ Object
- #Resolution ⇒ Object
- #SdkAppId ⇒ Object
- #TranscodeInfo ⇒ Object
- #TranscodeProgress ⇒ Object
- #TranscodeResult ⇒ Object
- #TranscodeState ⇒ Object
- #TranscodeType ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(documentid = nil, documenturl = nil, documentname = nil, owner = nil, sdkappid = nil, permission = nil, transcoderesult = nil, transcodetype = nil, transcodeprogress = nil, transcodestate = nil, transcodeinfo = nil, documenttype = nil, documentsize = nil, updatetime = nil, pages = nil, preview = nil, resolution = nil, minscaleresolution = nil, requestid = nil) ⇒ DescribeDocumentResponse
constructor
A new instance of DescribeDocumentResponse.
Constructor Details
#initialize(documentid = nil, documenturl = nil, documentname = nil, owner = nil, sdkappid = nil, permission = nil, transcoderesult = nil, transcodetype = nil, transcodeprogress = nil, transcodestate = nil, transcodeinfo = nil, documenttype = nil, documentsize = nil, updatetime = nil, pages = nil, preview = nil, resolution = nil, minscaleresolution = nil, requestid = nil) ⇒ DescribeDocumentResponse
Returns a new instance of DescribeDocumentResponse.
1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 |
# File 'lib/v20220817/models.rb', line 1730 def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, =nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, preview=nil, resolution=nil, minscaleresolution=nil, requestid=nil) @DocumentId = documentid @DocumentUrl = documenturl @DocumentName = documentname @Owner = owner @SdkAppId = sdkappid @Permission = @TranscodeResult = transcoderesult @TranscodeType = transcodetype @TranscodeProgress = transcodeprogress @TranscodeState = transcodestate @TranscodeInfo = transcodeinfo @DocumentType = documenttype @DocumentSize = documentsize @UpdateTime = updatetime @Pages = pages @Preview = preview @Resolution = resolution @MinScaleResolution = minscaleresolution @RequestId = requestid end |
Instance Attribute Details
#DocumentId ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def DocumentId @DocumentId end |
#DocumentName ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def DocumentName @DocumentName end |
#DocumentSize ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def DocumentSize @DocumentSize end |
#DocumentType ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def DocumentType @DocumentType end |
#DocumentUrl ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def DocumentUrl @DocumentUrl end |
#MinScaleResolution ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def MinScaleResolution @MinScaleResolution end |
#Owner ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def Owner @Owner end |
#Pages ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def Pages @Pages end |
#Permission ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def Permission @Permission end |
#Preview ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def Preview @Preview end |
#RequestId ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def RequestId @RequestId end |
#Resolution ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def Resolution @Resolution end |
#SdkAppId ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def SdkAppId @SdkAppId end |
#TranscodeInfo ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def TranscodeInfo @TranscodeInfo end |
#TranscodeProgress ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def TranscodeProgress @TranscodeProgress end |
#TranscodeResult ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def TranscodeResult @TranscodeResult end |
#TranscodeState ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def TranscodeState @TranscodeState end |
#TranscodeType ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def TranscodeType @TranscodeType end |
#UpdateTime ⇒ Object
1728 1729 1730 |
# File 'lib/v20220817/models.rb', line 1728 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 |
# File 'lib/v20220817/models.rb', line 1752 def deserialize(params) @DocumentId = params['DocumentId'] @DocumentUrl = params['DocumentUrl'] @DocumentName = params['DocumentName'] @Owner = params['Owner'] @SdkAppId = params['SdkAppId'] @Permission = params['Permission'] @TranscodeResult = params['TranscodeResult'] @TranscodeType = params['TranscodeType'] @TranscodeProgress = params['TranscodeProgress'] @TranscodeState = params['TranscodeState'] @TranscodeInfo = params['TranscodeInfo'] @DocumentType = params['DocumentType'] @DocumentSize = params['DocumentSize'] @UpdateTime = params['UpdateTime'] @Pages = params['Pages'] @Preview = params['Preview'] @Resolution = params['Resolution'] @MinScaleResolution = params['MinScaleResolution'] @RequestId = params['RequestId'] end |