Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 1.18 KB

File metadata and controls

21 lines (18 loc) · 1.18 KB

# ExpandedSegment

Properties

Name Type Description Notes
key string A unique key used to reference the segment
name string A human-friendly name for the segment
environment_id string Environment ID of the segment [optional]
environment_key string Environment key of the segment [optional]
description string Description of the segment [optional]
creation_date int Creation date in milliseconds [optional]
last_modified_date int Last modification date in milliseconds [optional]
deleted bool Whether the segment is deleted [optional]
tags string[] Tags for the segment [optional]
unbounded bool Whether the segment is unbounded [optional]
version int Version of the segment [optional]
generation int Generation of the segment [optional]
_links \LaunchDarklyApi\Model\ParentAndSelfLinks [optional]

[Back to Model list] [Back to API list] [Back to README]