Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 329 Bytes

TagsLink.md

File metadata and controls

20 lines (14 loc) · 329 Bytes

LaunchDarklyApi::TagsLink

Properties

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

Example

require 'launchdarkly_api'

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