Skip to content

Files

Latest commit

e44d477 · Apr 4, 2025

History

History
26 lines (20 loc) · 640 Bytes

PaginatedLinks.md

File metadata and controls

26 lines (20 loc) · 640 Bytes

LaunchDarklyApi::PaginatedLinks

Properties

Name Type Description Notes
first AiConfigsLink [optional]
last AiConfigsLink [optional]
_next AiConfigsLink [optional]
prev AiConfigsLink [optional]
_self AiConfigsLink

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PaginatedLinks.new(
  first: null,
  last: null,
  _next: null,
  prev: null,
  _self: null
)