interface AppVersion {
    app?: App;
    appCodePackage?: AppCodePackage;
    appCodePackageId?: string;
    appId?: string;
    appOrgs?: AppOrg[];
    configProperties?: ConfigProperty[];
    createdById?: string;
    createdOn?: Date;
    eventWorkflowTriggerKeyMapping: string;
    frameworkVersion?: number;
    id?: string;
    nodeRuntime?: NodeRuntime;
    orgId?: string;
    readUpdatedOn?: Date;
    semver: string;
    status: AppVersionStatus;
    triggerKeyDefinitions?: TriggerKeyDefinition[];
    updatedById?: string;
    updatedOn?: Date;
    versionNumber: number;
}

Hierarchy

  • BaseManagedEntity
    • AppVersion

Properties

app?: App
appCodePackage?: AppCodePackage
appCodePackageId?: string
appId?: string
appOrgs?: AppOrg[]
configProperties?: ConfigProperty[]
createdById?: string
createdOn?: Date
eventWorkflowTriggerKeyMapping: string
frameworkVersion?: number
id?: string
nodeRuntime?: NodeRuntime
orgId?: string
readUpdatedOn?: Date
semver: string
triggerKeyDefinitions?: TriggerKeyDefinition[]
updatedById?: string
updatedOn?: Date
versionNumber: number

Generated using TypeDoc