Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 391 Bytes

File metadata and controls

20 lines (14 loc) · 391 Bytes

LaunchDarklyApi::ViewLinkRequestSegmentIdentifier

Properties

Name Type Description Notes
environment_id String
segment_key String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewLinkRequestSegmentIdentifier.new(
  environment_id: null,
  segment_key: null
)