Skip to main content

AppEnvironmentGenericSoftware

A generic software version entry for an application environment.

type AppEnvironmentGenericSoftware implements AppEnvironmentSoftware {
version: String!
}

Fields

AppEnvironmentGenericSoftware.version ● String! non-null scalar common

The version currently installed.

Interfaces

AppEnvironmentSoftware interface common

A software component installed on an application environment.

Member Of

AppEnvironmentSoftwareDetails object