Skip to content

Files

Latest commit

4d809e1 · Sep 2, 2021

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
)