interface App {
    appAccessGrants?: AppAccessGrant[];
    appCodePackage?: AppCodePackage;
    appCodePackageId?: string;
    appOrgs?: AppOrg[];
    configProperties?: ConfigProperty[];
    createdById?: string;
    createdOn?: Date;
    description?: string;
    eventWorkflowTriggerKeyMapping: string;
    frameworkVersion?: number;
    id?: string;
    identifier: string;
    installable?: boolean;
    latestAppVersion?: AppVersion;
    latestAppVersionId?: string;
    name: string;
    public: boolean;
    publisher: string;
    readUpdatedOn?: Date;
    thumbnail?: string;
    triggerKeyDefinitions?: TriggerKeyDefinition[];
    updatedById?: string;
    updatedOn?: Date;
    version: string;
}

Hierarchy

  • BaseManagedEntity
    • App

Properties

appAccessGrants?: AppAccessGrant[]
appCodePackage?: AppCodePackage
appCodePackageId?: string
appOrgs?: AppOrg[]
configProperties?: ConfigProperty[]
createdById?: string
createdOn?: Date
description?: string
eventWorkflowTriggerKeyMapping: string
frameworkVersion?: number
id?: string
identifier: string
installable?: boolean
latestAppVersion?: AppVersion
latestAppVersionId?: string
name: string
public: boolean
publisher: string
readUpdatedOn?: Date
thumbnail?: string
triggerKeyDefinitions?: TriggerKeyDefinition[]
updatedById?: string
updatedOn?: Date
version: string

Generated using TypeDoc