Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 566 Bytes

File metadata and controls

24 lines (18 loc) · 566 Bytes

LaunchDarklyApi::ExpandedResourceRep

Properties

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

Example

require 'launchdarkly_api'

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