kombo-ruby-sdk/docs/GetLmsCourseProgressionsPositiveResponseData.md
2025-12-22 08:31:20 -08:00

646 B

Kombo::GetLmsCourseProgressionsPositiveResponseData

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<GetLmsCourseProgressionsPositiveResponseDataResultsInner>

Example

require 'kombo_client'

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