Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 610 Bytes

File metadata and controls

26 lines (20 loc) · 610 Bytes

LaunchDarklyApi::ViewsPaginatedLinks

Properties

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

Example

require 'launchdarkly_api'

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