Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 575 Bytes

BigSegmentStoreIntegrationCollection.md

File metadata and controls

20 lines (14 loc) · 575 Bytes

LaunchDarklyApi::BigSegmentStoreIntegrationCollection

Properties

Name Type Description Notes
_links BigSegmentStoreIntegrationCollectionLinks
items Array<BigSegmentStoreIntegration> An array of persistent store integration configurations

Example

require 'launchdarkly_api'

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