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