Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 631 Bytes

IntegrationDeliveryConfigurationResponse.md

File metadata and controls

24 lines (18 loc) · 631 Bytes

LaunchDarklyApi::IntegrationDeliveryConfigurationResponse

Properties

Name Type Description Notes
status_code Integer The status code returned by the validation [optional]
error String [optional]
timestamp Integer [optional]
response_body String JSON response to the validation request [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::IntegrationDeliveryConfigurationResponse.new(
  status_code: 200,
  error: null,
  timestamp: null,
  response_body: null
)