Skip to main content

ApplicationType

The application type type.

type ApplicationType {
id: ID!
name: String
timestamp: DateTime
}

Fields

ApplicationType.id ● ID! non-null scalar

The if of this application type.

ApplicationType.name ● String scalar

The name of this application type.

ApplicationType.timestamp ● DateTime scalar

The timestamp for this application type.

Returned By

applicationTypes query

Member Of

BusinessService object ● CloudService object ● Database object ● MonitoredSystem interface ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object