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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::UserSegments.new(
items: null,
_links: null,
total_count: null
)