Class: TencentCloud::Ess::V20201111::CreateIntegrationEmployeesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateIntegrationEmployeesResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateIntegrationEmployees返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(createemployeeresult = nil, requestid = nil) ⇒ CreateIntegrationEmployeesResponse
constructor
A new instance of CreateIntegrationEmployeesResponse.
Constructor Details
#initialize(createemployeeresult = nil, requestid = nil) ⇒ CreateIntegrationEmployeesResponse
Returns a new instance of CreateIntegrationEmployeesResponse.
5472 5473 5474 5475 |
# File 'lib/v20201111/models.rb', line 5472 def initialize(createemployeeresult=nil, requestid=nil) @CreateEmployeeResult = createemployeeresult @RequestId = requestid end |
Instance Attribute Details
#CreateEmployeeResult ⇒ Object
5470 5471 5472 |
# File 'lib/v20201111/models.rb', line 5470 def CreateEmployeeResult @CreateEmployeeResult end |
#RequestId ⇒ Object
5470 5471 5472 |
# File 'lib/v20201111/models.rb', line 5470 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5477 5478 5479 5480 5481 5482 5483 |
# File 'lib/v20201111/models.rb', line 5477 def deserialize(params) unless params['CreateEmployeeResult'].nil? @CreateEmployeeResult = CreateStaffResult.new @CreateEmployeeResult.deserialize(params['CreateEmployeeResult']) end @RequestId = params['RequestId'] end |