Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 321 Bytes

Link.md

File metadata and controls

20 lines (14 loc) · 321 Bytes

LaunchDarklyApi::Link

Properties

Name Type Description Notes
href String [optional]
type String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Link.new(
  href: null,
  type: null
)