Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 677 Bytes

File metadata and controls

26 lines (20 loc) · 677 Bytes

LaunchDarklyApi::ExpandedResourceRep

Properties

Name Type Description Notes
kind String The type of resource
ai_config AIConfigRep [optional]
experiment ExpandedExperimentRep [optional]
flag ExpandedFlagRep [optional]
segment UserSegment [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpandedResourceRep.new(
  kind: flag,
  ai_config: null,
  experiment: null,
  flag: null,
  segment: null
)