Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 418 Bytes

File metadata and controls

22 lines (16 loc) · 418 Bytes

LaunchDarklyApi::ExpandedDirectlyLinkedFlag

Properties

Name Type Description Notes
key String
name String
links ViewsSelfLink

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpandedDirectlyLinkedFlag.new(
  key: null,
  name: null,
  links: null
)