Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MonitoringApiAppVersion

Stores version information about the app for a monitoring API result.

Hierarchy

  • MonitoringApiAppVersion

Index

Properties

Properties

Optional code

code: number | false

The version code.

Optional date

date: string | false

The last commit date. Contains (false), if failed.

Optional hash

hash: string | false

The last commit hash. Contains (false), if failed.

Optional name

name: string | false

The version name.

Generated using TypeDoc