Class: TencentCloud::Essbasic::V20210526::CreateFlowBlockchainEvidenceUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateFlowBlockchainEvidenceUrlResponse
- Defined in:
- lib/v20210526/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.
6316 6317 6318 6319 6320 6321 |
# File 'lib/v20210526/models.rb', line 6316 def initialize(qrcode=nil, url=nil, expiredon=nil, requestid=nil) @QrCode = qrcode @Url = url @ExpiredOn = expiredon @RequestId = requestid end |
Instance Attribute Details
#ExpiredOn ⇒ Object
6314 6315 6316 |
# File 'lib/v20210526/models.rb', line 6314 def ExpiredOn @ExpiredOn end |
#QrCode ⇒ Object
6314 6315 6316 |
# File 'lib/v20210526/models.rb', line 6314 def QrCode @QrCode end |
#RequestId ⇒ Object
6314 6315 6316 |
# File 'lib/v20210526/models.rb', line 6314 def RequestId @RequestId end |
#Url ⇒ Object
6314 6315 6316 |
# File 'lib/v20210526/models.rb', line 6314 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
6323 6324 6325 6326 6327 6328 |
# File 'lib/v20210526/models.rb', line 6323 def deserialize(params) @QrCode = params['QrCode'] @Url = params['Url'] @ExpiredOn = params['ExpiredOn'] @RequestId = params['RequestId'] end |