Skip to content

Files

Latest commit

e44d477 · Apr 4, 2025

History

History
20 lines (14 loc) · 345 Bytes

AnnouncementLink.md

File metadata and controls

20 lines (14 loc) · 345 Bytes

LaunchDarklyApi::AnnouncementLink

Properties

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

Example

require 'launchdarkly_api'

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