Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 907 Bytes

File metadata and controls

26 lines (19 loc) · 907 Bytes

IntegrationDeliveryConfigurationResponse

Properties

Name Type Description Notes
statusCode number The status code returned by the validation [optional] [default to undefined]
error string [optional] [default to undefined]
timestamp number [optional] [default to undefined]
responseBody string JSON response to the validation request [optional] [default to undefined]

Example

import { IntegrationDeliveryConfigurationResponse } from 'launchdarkly-api-typescript';

const instance: IntegrationDeliveryConfigurationResponse = {
    statusCode,
    error,
    timestamp,
    responseBody,
};

[Back to Model list] [Back to API list] [Back to README]