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

Latest commit

 

History

History
37 lines (33 loc) · 2.18 KB

File metadata and controls

37 lines (33 loc) · 2.18 KB

LaunchDarklyApi.View

Properties

Name Type Description Notes
access ViewsAccessRep [optional]
links ParentAndSelfLinks [optional]
id String Unique ID of this view
accountId String ID of the account that owns this view
projectId String ID of the project this view belongs to
projectKey String Key of the project this view belongs to
key String Unique key for the view within the account/project
name String Human-readable name for the view
description String Optional detailed description of the view
generateSdkKeys Boolean Whether to generate SDK keys for this view. Defaults to false.
version Number Version number for tracking changes
tags [String] Tags associated with this view
createdAt Number
updatedAt Number
archived Boolean Whether this view is archived [default to false]
archivedAt Number [optional]
deletedAt Number [optional]
deleted Boolean Whether this view is deleted [default to false]
maintainer Maintainer [optional]
flagsSummary FlagsSummary [optional]
segmentsSummary SegmentsSummary [optional]
metricsSummary MetricsSummary [optional]
aiConfigsSummary AIConfigsSummary [optional]
resourceSummary ResourceSummary [optional]
flagsExpanded ExpandedLinkedFlags [optional]
segmentsExpanded ExpandedLinkedSegments [optional]
metricsExpanded ExpandedLinkedMetrics [optional]
aiConfigsExpanded ExpandedLinkedAIConfigs [optional]
resourcesExpanded ExpandedLinkedResources [optional]