Skip to content

Files

Latest commit

625539b · Mar 12, 2024

History

History
22 lines (16 loc) · 443 Bytes

StoreIntegrationError.md

File metadata and controls

22 lines (16 loc) · 443 Bytes

LaunchDarklyApi::StoreIntegrationError

Properties

Name Type Description Notes
status_code Integer [optional]
message String [optional]
timestamp Integer [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::StoreIntegrationError.new(
  status_code: null,
  message: null,
  timestamp: null
)