Class: TencentCloud::Ess::V20201111::CreateLegalSealQrCodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateLegalSealQrCodeResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateLegalSealQrCode返回参数结构体
Instance Attribute Summary collapse
-
#QrcodeBase64 ⇒ Object
二维码图片的样式如下图:
. -
#RequestId ⇒ Object
二维码图片的样式如下图:
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(qrcodebase64 = nil, requestid = nil) ⇒ CreateLegalSealQrCodeResponse
constructor
A new instance of CreateLegalSealQrCodeResponse.
Constructor Details
#initialize(qrcodebase64 = nil, requestid = nil) ⇒ CreateLegalSealQrCodeResponse
Returns a new instance of CreateLegalSealQrCodeResponse.
5764 5765 5766 5767 |
# File 'lib/v20201111/models.rb', line 5764 def initialize(qrcodebase64=nil, requestid=nil) @QrcodeBase64 = qrcodebase64 @RequestId = requestid end |
Instance Attribute Details
#QrcodeBase64 ⇒ Object
二维码图片的样式如下图:

5762 5763 5764 |
# File 'lib/v20201111/models.rb', line 5762 def QrcodeBase64 @QrcodeBase64 end |
#RequestId ⇒ Object
二维码图片的样式如下图:

5762 5763 5764 |
# File 'lib/v20201111/models.rb', line 5762 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5769 5770 5771 5772 |
# File 'lib/v20201111/models.rb', line 5769 def deserialize(params) @QrcodeBase64 = params['QrcodeBase64'] @RequestId = params['RequestId'] end |