Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 640 Bytes

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
)