kombo-ruby-sdk/docs/GetHrisPerformanceReviewCyclesPositiveResponseData.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

670 B

Kombo::GetHrisPerformanceReviewCyclesPositiveResponseData

Properties

Name Type Description Notes
_next String Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages.
results Array<GetHrisPerformanceReviewCyclesPositiveResponseDataResultsInner>

Example

require 'kombo_client'

instance = Kombo::GetHrisPerformanceReviewCyclesPositiveResponseData.new(
  _next: null,
  results: null
)