| 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 | Integer | Version number for tracking changes | |
| tags | List<String> | Tags associated with this view | |
| createdAt | Long | ||
| updatedAt | Long | ||
| archived | Boolean | Whether this view is archived | |
| archivedAt | Long | [optional] | |
| deletedAt | Long | [optional] | |
| deleted | Boolean | Whether this view is deleted | |
| 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] |