Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 369 Bytes

File metadata and controls

20 lines (14 loc) · 369 Bytes

LaunchDarklyApi::ParentAndSelfLinks

Properties

Name Type Description Notes
_self CoreLink
parent CoreLink

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ParentAndSelfLinks.new(
  _self: null,
  parent: null
)