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

Latest commit

 

History

History
30 lines (16 loc) · 852 Bytes

File metadata and controls

30 lines (16 loc) · 852 Bytes

LaunchDarklyApi.ViewLinkedResource

Properties

Name Type Description Notes
links ParentAndSelfLinks
resourceKey String Key of the resource (flag, segment, AI config or metric)
environmentId String Environment ID of the resource (only present for segments) [optional]
environmentKey String Environment Key of the resource (only present for segments) [optional]
resourceType String
linkedAt Number
resourceDetails ViewLinkedResourceDetails [optional]

Enum: ResourceTypeEnum

  • flag (value: "flag")

  • segment (value: "segment")

  • metric (value: "metric")

  • aiConfig (value: "aiConfig")