| Name | Type | Description | Notes |
|---|---|---|---|
| _access | \LaunchDarklyApi\Model\ViewsAccessRep | [optional] | |
| _links | \LaunchDarklyApi\Model\ParentAndSelfLinks | [optional] | |
| id | string | Unique ID of this view | |
| account_id | string | ID of the account that owns this view | |
| project_id | string | ID of the project this view belongs to | |
| project_key | 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 | |
| generate_sdk_keys | bool | Whether to generate SDK keys for this view. Defaults to false. | |
| version | int | Version number for tracking changes | |
| tags | string[] | Tags associated with this view | |
| created_at | int | ||
| updated_at | int | ||
| archived | bool | Whether this view is archived | [default to false] |
| archived_at | int | [optional] | |
| deleted_at | int | [optional] | |
| deleted | bool | Whether this view is deleted | [default to false] |
| maintainer | \LaunchDarklyApi\Model\Maintainer | [optional] | |
| flags_summary | \LaunchDarklyApi\Model\FlagsSummary | [optional] | |
| segments_summary | \LaunchDarklyApi\Model\SegmentsSummary | [optional] | |
| metrics_summary | \LaunchDarklyApi\Model\MetricsSummary | [optional] | |
| ai_configs_summary | \LaunchDarklyApi\Model\AIConfigsSummary | [optional] | |
| resource_summary | \LaunchDarklyApi\Model\ResourceSummary | [optional] | |
| flags_expanded | \LaunchDarklyApi\Model\ExpandedLinkedFlags | [optional] | |
| segments_expanded | \LaunchDarklyApi\Model\ExpandedLinkedSegments | [optional] | |
| metrics_expanded | \LaunchDarklyApi\Model\ExpandedLinkedMetrics | [optional] | |
| ai_configs_expanded | \LaunchDarklyApi\Model\ExpandedLinkedAIConfigs | [optional] | |
| resources_expanded | \LaunchDarklyApi\Model\ExpandedLinkedResources | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.