Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

File metadata and controls

20 lines (14 loc) · 403 Bytes

LaunchDarklyApi::VariationSkillPost

Properties

Name Type Description Notes
key String The key of the agent skill to attach.
version Integer The version of the skill to use.

Example

require 'launchdarkly_api'

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