Class: TencentCloud::Ess::V20201111::CreateFlowBlockchainEvidenceUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateFlowBlockchainEvidenceUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateFlowBlockchainEvidenceUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(qrcode = nil, url = nil, expiredon = nil, requestid = nil) ⇒ CreateFlowBlockchainEvidenceUrlResponse
constructor
A new instance of CreateFlowBlockchainEvidenceUrlResponse.
Constructor Details
#initialize(qrcode = nil, url = nil, expiredon = nil, requestid = nil) ⇒ CreateFlowBlockchainEvidenceUrlResponse
Returns a new instance of CreateFlowBlockchainEvidenceUrlResponse.
3922 3923 3924 3925 3926 3927 |
# File 'lib/v20201111/models.rb', line 3922 def initialize(qrcode=nil, url=nil, expiredon=nil, requestid=nil) @QrCode = qrcode @Url = url @ExpiredOn = expiredon @RequestId = requestid end |
Instance Attribute Details
#ExpiredOn ⇒ Object
3920 3921 3922 |
# File 'lib/v20201111/models.rb', line 3920 def ExpiredOn @ExpiredOn end |
#QrCode ⇒ Object
3920 3921 3922 |
# File 'lib/v20201111/models.rb', line 3920 def QrCode @QrCode end |
#RequestId ⇒ Object
3920 3921 3922 |
# File 'lib/v20201111/models.rb', line 3920 def RequestId @RequestId end |
#Url ⇒ Object
3920 3921 3922 |
# File 'lib/v20201111/models.rb', line 3920 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
3929 3930 3931 3932 3933 3934 |
# File 'lib/v20201111/models.rb', line 3929 def deserialize(params) @QrCode = params['QrCode'] @Url = params['Url'] @ExpiredOn = params['ExpiredOn'] @RequestId = params['RequestId'] end |