AboutSupportDeveloper GuideVersion 38.126.82.64
interface AppVersionRuntimeInfo {
    error: null | string;
    exists: null | boolean;
    healthCheck: null | boolean;
    reachable: null | boolean;
    version: null | string;
    writeAccess: null | boolean;
}

Properties

error: null | string
exists: null | boolean
healthCheck: null | boolean
reachable: null | boolean
version: null | string
writeAccess: null | boolean