Class: TencentCloud::Essbasic::V20210526::CreateEmployeeChangeUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateEmployeeChangeUrlResponse
- Defined in:
- lib/v20210526/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.
6213 6214 6215 6216 6217 |
# File 'lib/v20210526/models.rb', line 6213 def initialize(miniapppath=nil, expiretime=nil, requestid=nil) @MiniAppPath = miniapppath @ExpireTime = expiretime @RequestId = requestid end |
Instance Attribute Details
#ExpireTime ⇒ Object
6211 6212 6213 |
# File 'lib/v20210526/models.rb', line 6211 def ExpireTime @ExpireTime end |
#MiniAppPath ⇒ Object
6211 6212 6213 |
# File 'lib/v20210526/models.rb', line 6211 def MiniAppPath @MiniAppPath end |
#RequestId ⇒ Object
6211 6212 6213 |
# File 'lib/v20210526/models.rb', line 6211 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6219 6220 6221 6222 6223 |
# File 'lib/v20210526/models.rb', line 6219 def deserialize(params) @MiniAppPath = params['MiniAppPath'] @ExpireTime = params['ExpireTime'] @RequestId = params['RequestId'] end |