class TencentCloud::Ess::V20201111::CreateIntegrationEmployeesResponse

CreateIntegrationEmployees返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['CreateEmployeeResult'].nil?
    @CreateEmployeeResult = CreateStaffResult.new
    @CreateEmployeeResult.deserialize(params['CreateEmployeeResult'])
  end
  @RequestId = params['RequestId']
end

def initialize(createemployeeresult=nil, requestid=nil)

def initialize(createemployeeresult=nil, requestid=nil)
  @CreateEmployeeResult = createemployeeresult
  @RequestId = requestid
end