Class: TencentCloud::Iss::V20230517::GBDeviceSnapInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::GBDeviceSnapInfo
- Defined in:
- lib/v20230517/models.rb
Overview
抓拍结果信息
Instance Attribute Summary collapse
- #CreatedTime ⇒ Object
- #DownloadUrl ⇒ Object
- #FileName ⇒ Object
- #ImageSize ⇒ Object
- #PreviewUrl ⇒ Object
- #ReceivedTime ⇒ Object
- #SessionId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filename = nil, downloadurl = nil, imagesize = nil, createdtime = nil, receivedtime = nil, previewurl = nil, sessionid = nil) ⇒ GBDeviceSnapInfo
constructor
A new instance of GBDeviceSnapInfo.
Constructor Details
#initialize(filename = nil, downloadurl = nil, imagesize = nil, createdtime = nil, receivedtime = nil, previewurl = nil, sessionid = nil) ⇒ GBDeviceSnapInfo
Returns a new instance of GBDeviceSnapInfo.
4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/v20230517/models.rb', line 4438 def initialize(filename=nil, downloadurl=nil, imagesize=nil, createdtime=nil, receivedtime=nil, previewurl=nil, sessionid=nil) @FileName = filename @DownloadUrl = downloadurl @ImageSize = imagesize @CreatedTime = createdtime @ReceivedTime = receivedtime @PreviewUrl = previewurl @SessionId = sessionid end |
Instance Attribute Details
#CreatedTime ⇒ Object
4436 4437 4438 |
# File 'lib/v20230517/models.rb', line 4436 def CreatedTime @CreatedTime end |
#DownloadUrl ⇒ Object
4436 4437 4438 |
# File 'lib/v20230517/models.rb', line 4436 def DownloadUrl @DownloadUrl end |
#FileName ⇒ Object
4436 4437 4438 |
# File 'lib/v20230517/models.rb', line 4436 def FileName @FileName end |
#ImageSize ⇒ Object
4436 4437 4438 |
# File 'lib/v20230517/models.rb', line 4436 def ImageSize @ImageSize end |
#PreviewUrl ⇒ Object
4436 4437 4438 |
# File 'lib/v20230517/models.rb', line 4436 def PreviewUrl @PreviewUrl end |
#ReceivedTime ⇒ Object
4436 4437 4438 |
# File 'lib/v20230517/models.rb', line 4436 def ReceivedTime @ReceivedTime end |
#SessionId ⇒ Object
4436 4437 4438 |
# File 'lib/v20230517/models.rb', line 4436 def SessionId @SessionId end |
Instance Method Details
#deserialize(params) ⇒ Object
4448 4449 4450 4451 4452 4453 4454 4455 4456 |
# File 'lib/v20230517/models.rb', line 4448 def deserialize(params) @FileName = params['FileName'] @DownloadUrl = params['DownloadUrl'] @ImageSize = params['ImageSize'] @CreatedTime = params['CreatedTime'] @ReceivedTime = params['ReceivedTime'] @PreviewUrl = params['PreviewUrl'] @SessionId = params['SessionId'] end |