Class: TencentCloud::Essbasic::V20210526::CreateEmployeeQualificationSealQrCodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateEmployeeQualificationSealQrCodeResponse
- Defined in:
- lib/v20210526/models.rb
Overview
CreateEmployeeQualificationSealQrCode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(qrcodebase64 = nil, requestid = nil) ⇒ CreateEmployeeQualificationSealQrCodeResponse
constructor
A new instance of CreateEmployeeQualificationSealQrCodeResponse.
Constructor Details
#initialize(qrcodebase64 = nil, requestid = nil) ⇒ CreateEmployeeQualificationSealQrCodeResponse
Returns a new instance of CreateEmployeeQualificationSealQrCodeResponse.
6264 6265 6266 6267 |
# File 'lib/v20210526/models.rb', line 6264 def initialize(qrcodebase64=nil, requestid=nil) @QrcodeBase64 = qrcodebase64 @RequestId = requestid end |
Instance Attribute Details
#QrcodeBase64 ⇒ Object
6262 6263 6264 |
# File 'lib/v20210526/models.rb', line 6262 def QrcodeBase64 @QrcodeBase64 end |
#RequestId ⇒ Object
6262 6263 6264 |
# File 'lib/v20210526/models.rb', line 6262 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6269 6270 6271 6272 |
# File 'lib/v20210526/models.rb', line 6269 def deserialize(params) @QrcodeBase64 = params['QrcodeBase64'] @RequestId = params['RequestId'] end |