Skip to content

Files

Latest commit

625539b · Mar 12, 2024

History

History
20 lines (14 loc) · 434 Bytes

FailureReasonRep.md

File metadata and controls

20 lines (14 loc) · 434 Bytes

LaunchDarklyApi::FailureReasonRep

Properties

Name Type Description Notes
attribute String The attribute that failed validation
reason String The reason the attribute failed validation

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FailureReasonRep.new(
  attribute: projectKey,
  reason: must be present
)