Class: TencentCloud::Lcic::V20220817::DocumentInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DocumentInfo
- Defined in:
- lib/v20220817/models.rb
Overview
文档信息
Instance Attribute Summary collapse
- #Cover ⇒ Object
- #DocumentId ⇒ Object
- #DocumentName ⇒ Object
- #DocumentSize ⇒ Object
- #DocumentType ⇒ Object
- #DocumentUrl ⇒ Object
- #Height ⇒ Object
- #MinScaleResolution ⇒ Object
- #Owner ⇒ Object
- #Pages ⇒ Object
- #Permission ⇒ Object
- #Preview ⇒ Object
- #Resolution ⇒ Object
- #SdkAppId ⇒ Object
- #TranscodeInfo ⇒ Object
- #TranscodeProgress ⇒ Object
- #TranscodeResult ⇒ Object
- #TranscodeState ⇒ Object
- #TranscodeType ⇒ Object
- #UpdateTime ⇒ Object
- #Width ⇒ 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, width = nil, height = nil, cover = nil, preview = nil, resolution = nil, minscaleresolution = nil) ⇒ DocumentInfo
constructor
A new instance of DocumentInfo.
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, width = nil, height = nil, cover = nil, preview = nil, resolution = nil, minscaleresolution = nil) ⇒ DocumentInfo
Returns a new instance of DocumentInfo.
3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/v20220817/models.rb', line 3133 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, width=nil, height=nil, cover=nil, preview=nil, resolution=nil, minscaleresolution=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 @Width = width @Height = height @Cover = cover @Preview = preview @Resolution = resolution @MinScaleResolution = minscaleresolution end |
Instance Attribute Details
#Cover ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Cover @Cover end |
#DocumentId ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def DocumentId @DocumentId end |
#DocumentName ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def DocumentName @DocumentName end |
#DocumentSize ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def DocumentSize @DocumentSize end |
#DocumentType ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def DocumentType @DocumentType end |
#DocumentUrl ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def DocumentUrl @DocumentUrl end |
#Height ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Height @Height end |
#MinScaleResolution ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def MinScaleResolution @MinScaleResolution end |
#Owner ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Owner @Owner end |
#Pages ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Pages @Pages end |
#Permission ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Permission @Permission end |
#Preview ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Preview @Preview end |
#Resolution ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Resolution @Resolution end |
#SdkAppId ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def SdkAppId @SdkAppId end |
#TranscodeInfo ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def TranscodeInfo @TranscodeInfo end |
#TranscodeProgress ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def TranscodeProgress @TranscodeProgress end |
#TranscodeResult ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def TranscodeResult @TranscodeResult end |
#TranscodeState ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def TranscodeState @TranscodeState end |
#TranscodeType ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def TranscodeType @TranscodeType end |
#UpdateTime ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def UpdateTime @UpdateTime end |
#Width ⇒ Object
3131 3132 3133 |
# File 'lib/v20220817/models.rb', line 3131 def Width @Width end |
Instance Method Details
#deserialize(params) ⇒ Object
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 |
# File 'lib/v20220817/models.rb', line 3157 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'] @Width = params['Width'] @Height = params['Height'] @Cover = params['Cover'] @Preview = params['Preview'] @Resolution = params['Resolution'] @MinScaleResolution = params['MinScaleResolution'] end |