Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 387 Bytes

File metadata and controls

20 lines (14 loc) · 387 Bytes

LaunchDarklyApi::VariationSkill

Properties

Name Type Description Notes
key String The key of the attached agent skill.
version Integer The pinned skill version.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::VariationSkill.new(
  key: null,
  version: null
)