Class: TencentCloud::Ess::V20201111::CreateEmployeeChangeUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateEmployeeChangeUrlResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateEmployeeChangeUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(miniapppath = nil, expiretime = nil, requestid = nil) ⇒ CreateEmployeeChangeUrlResponse
constructor
A new instance of CreateEmployeeChangeUrlResponse.
Constructor Details
#initialize(miniapppath = nil, expiretime = nil, requestid = nil) ⇒ CreateEmployeeChangeUrlResponse
Returns a new instance of CreateEmployeeChangeUrlResponse.
3580 3581 3582 3583 3584 |
# File 'lib/v20201111/models.rb', line 3580 def initialize(miniapppath=nil, expiretime=nil, requestid=nil) @MiniAppPath = miniapppath @ExpireTime = expiretime @RequestId = requestid end |
Instance Attribute Details
#ExpireTime ⇒ Object
3578 3579 3580 |
# File 'lib/v20201111/models.rb', line 3578 def ExpireTime @ExpireTime end |
#MiniAppPath ⇒ Object
3578 3579 3580 |
# File 'lib/v20201111/models.rb', line 3578 def MiniAppPath @MiniAppPath end |
#RequestId ⇒ Object
3578 3579 3580 |
# File 'lib/v20201111/models.rb', line 3578 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3586 3587 3588 3589 3590 |
# File 'lib/v20201111/models.rb', line 3586 def deserialize(params) @MiniAppPath = params['MiniAppPath'] @ExpireTime = params['ExpireTime'] @RequestId = params['RequestId'] end |