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