Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 965 Bytes

File metadata and controls

30 lines (24 loc) · 965 Bytes

LaunchDarklyApi::ViewLinkedResource

Properties

Name Type Description Notes
_links ParentAndSelfLinks
resource_key String Key of the resource (flag, segment, AI config or metric)
environment_id String Environment ID of the resource (only present for segments) [optional]
environment_key String Environment Key of the resource (only present for segments) [optional]
resource_type String
linked_at Integer
resource_details ViewLinkedResourceDetails [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewLinkedResource.new(
  _links: null,
  resource_key: null,
  environment_id: null,
  environment_key: null,
  resource_type: null,
  linked_at: null,
  resource_details: null
)