Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 557 Bytes

UserSegments.md

File metadata and controls

22 lines (16 loc) · 557 Bytes

LaunchDarklyApi::UserSegments

Properties

Name Type Description Notes
items Array<UserSegment> An array of segments
_links Hash<String, Link> The location and content type of related resources
total_count Integer The total number of segments [optional]

Example

require 'launchdarkly_api'

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