Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 678 Bytes

File metadata and controls

26 lines (20 loc) · 678 Bytes

LaunchDarklyApi::ViewLinkedResourceDetails

Properties

Name Type Description Notes
view View [optional]
flag ExpandedFlag [optional]
segment ExpandedSegment [optional]
ai_config ExpandedAIConfig [optional]
metric ExpandedMetric [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewLinkedResourceDetails.new(
  view: null,
  flag: null,
  segment: null,
  ai_config: null,
  metric: null
)