Skip to main content

AppEnvironmentSoftwareSettingsVersion

A software version option available for an environment.

type AppEnvironmentSoftwareSettingsVersion {
compatible: Boolean!
default: Boolean!
deprecated: Boolean!
latestRelease: String!
private: Boolean!
unstable: Boolean!
version: String!
}

Fields

AppEnvironmentSoftwareSettingsVersion.compatible ● Boolean! non-null scalar common

Whether this version is compatible with the environment.

AppEnvironmentSoftwareSettingsVersion.default ● Boolean! non-null scalar common

Whether this is the default version.

AppEnvironmentSoftwareSettingsVersion.deprecated ● Boolean! non-null scalar common

Whether this version is deprecated.

AppEnvironmentSoftwareSettingsVersion.latestRelease ● String! non-null scalar common

The latest available release for this software.

AppEnvironmentSoftwareSettingsVersion.private ● Boolean! non-null scalar common

Whether this version is private.

AppEnvironmentSoftwareSettingsVersion.unstable ● Boolean! non-null scalar common

Whether this version is unstable.

AppEnvironmentSoftwareSettingsVersion.version ● String! non-null scalar common

The version identifier.

Member Of

AppEnvironmentSoftwareSettingsSoftware object