Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 754 Bytes

File metadata and controls

26 lines (19 loc) · 754 Bytes

StatusResponse

Properties

Name Type Description Notes
integrationId string [optional] [default to undefined]
message string [optional] [default to undefined]
statusCode number [optional] [default to undefined]
timestamp number [optional] [default to undefined]

Example

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

const instance: StatusResponse = {
    integrationId,
    message,
    statusCode,
    timestamp,
};

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