Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 490 Bytes

File metadata and controls

24 lines (18 loc) · 490 Bytes

LaunchDarklyApi::ExpandedDirectlyLinkedSegment

Properties

Name Type Description Notes
key String
name String
environment_id String
links ViewsSelfLink

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpandedDirectlyLinkedSegment.new(
  key: null,
  name: null,
  environment_id: null,
  links: null
)