Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 441 Bytes

File metadata and controls

22 lines (16 loc) · 441 Bytes

LaunchDarklyApi::Views

Properties

Name Type Description Notes
_links ViewsPaginatedLinks [optional]
items Array<View>
total_count Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Views.new(
  _links: null,
  items: null,
  total_count: null
)