Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 372 Bytes

ExpiringUserTargetError.md

File metadata and controls

20 lines (14 loc) · 372 Bytes

LaunchDarklyApi::ExpiringUserTargetError

Properties

Name Type Description Notes
instruction_index Integer
message String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpiringUserTargetError.new(
  instruction_index: null,
  message: null
)