Class: TencentCloud::Ess::V20201111::CreateEmployeeQualificationSealQrCodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateEmployeeQualificationSealQrCodeResponse
- Defined in:
- lib/v20201111/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.
3638 3639 3640 3641 |
# File 'lib/v20201111/models.rb', line 3638 def initialize(qrcodebase64=nil, requestid=nil) @QrcodeBase64 = qrcodebase64 @RequestId = requestid end |
Instance Attribute Details
#QrcodeBase64 ⇒ Object
3636 3637 3638 |
# File 'lib/v20201111/models.rb', line 3636 def QrcodeBase64 @QrcodeBase64 end |
#RequestId ⇒ Object
3636 3637 3638 |
# File 'lib/v20201111/models.rb', line 3636 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3643 3644 3645 3646 |
# File 'lib/v20201111/models.rb', line 3643 def deserialize(params) @QrcodeBase64 = params['QrcodeBase64'] @RequestId = params['RequestId'] end |