| Name | Type | Description | Notes |
|---|---|---|---|
| status_code | Integer | [optional] | |
| message | String | [optional] | |
| timestamp | Integer | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::StoreIntegrationError.new(
status_code: null,
message: null,
timestamp: null
)