Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 477 Bytes

ExpandedResourceRep.md

File metadata and controls

22 lines (16 loc) · 477 Bytes

LaunchDarklyApi::ExpandedResourceRep

Properties

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

Example

require 'launchdarkly_api'

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