interface VersionGetResponse {
    version: string;
}

Properties

Properties

version: string

The Data Manager version. This is guaranteed to be a valid semantic version for official (tagged) images. The version value format for unofficial images is a string but otherwise undefined