Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 502 Bytes

UserSegments.md

File metadata and controls

20 lines (14 loc) · 502 Bytes

LaunchDarklyApi::UserSegments

Properties

Name Type Description Notes
items Array<UserSegment> An array of segments
_links Hash<String, Link> Links to other resources within the API. Includes the URL and content type of those resources.

Example

require 'launchdarkly_api'

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