class TencentCloud::Ess::V20201111::DescribeIntegrationEmployeesResponse

def initialize(employees=nil, offset=nil, limit=nil, totalcount=nil, requestid=nil)

def initialize(employees=nil, offset=nil, limit=nil, totalcount=nil, requestid=nil)
  @Employees = employees
  @Offset = offset
  @Limit = limit
  @TotalCount = totalcount
  @RequestId = requestid
end