| Name |
Type |
Description |
Notes |
| name |
string |
|
[optional] [default to undefined] |
| version |
string |
|
[optional] [default to undefined] |
| type |
string |
|
[optional] [default to undefined] |
| projectId |
string |
|
[optional] [default to undefined] |
| projectKey |
string |
|
[optional] [default to undefined] |
| projectName |
string |
|
[optional] [default to undefined] |
| environmentId |
string |
|
[optional] [default to undefined] |
| environmentKey |
string |
|
[optional] [default to undefined] |
| environmentName |
string |
|
[optional] [default to undefined] |
| applicationId |
string |
|
[optional] [default to undefined] |
| ldLatestVersion |
string |
|
[optional] [default to undefined] |
| eolStatus |
string |
The end of life (EOL) status of the SDK version. Possible values are: <br/>- <code>EolAllClear</code>: the SDK version is current<br/>- <code>EolNear</code>: the SDK version is approaching EOL<br/>- <code>EolPast</code>: the SDK version is past EOL<br/>- <code>MajorVersionAvailable</code>: a new major version is available but the current version is not near EOL<br/>- <code>EolUnknown</code>: the EOL status cannot be determined. |
[optional] [default to undefined] |
| latestReleaseUrl |
string |
|
[optional] [default to undefined] |
| connectionType |
string |
|
[optional] [default to undefined] |
| relayVersion |
string |
|
[optional] [default to undefined] |
| relayEolStatus |
string |
The end of life status of the Relay Proxy version. Only present when the SDK connects through a Relay Proxy. Uses the same values as <code>eolStatus</code>. |
[optional] [default to undefined] |
| relayLatestVersion |
string |
|
[optional] [default to undefined] |
| relayLatestReleaseUrl |
string |
|
[optional] [default to undefined] |
import { SdkVersionDetailsRep } from 'launchdarkly-api-typescript';
const instance: SdkVersionDetailsRep = {
name,
version,
type,
projectId,
projectKey,
projectName,
environmentId,
environmentKey,
environmentName,
applicationId,
ldLatestVersion,
eolStatus,
latestReleaseUrl,
connectionType,
relayVersion,
relayEolStatus,
relayLatestVersion,
relayLatestReleaseUrl,
};
[Back to Model list] [Back to API list] [Back to README]