PromptVersion: {
    actionButtonLabel?: string | null;
    actionButtonLink?: string | null;
    body: string;
    customApplication?: string | null;
    delayDays: number;
    description?: string | null;
    dismissButtonLabel?: string | null;
    displayPosition?: string | null;
    displayType: string;
    endDate?: string | null;
    header?: string | null;
    indexWithIsPublished?: string | null;
    indexWithoutIsPublished?: string | null;
    isPublished?: boolean | null;
    masterLabel: string;
    publishedByUser?: string | null;
    publishedDate?: string | null;
    shouldDisplayActionButton: boolean;
    startDate: string;
    targetAppDeveloperName: string;
    targetAppNamespacePrefix?: string | null;
    targetPageKey1: string;
    targetPageKey2?: string | null;
    targetPageType: string;
    timesToDisplay: number;
    title: string;
    uiFormulaRule?: UiFormulaRule | null;
    userAccess: string;
    versionNumber: number;
}

Type declaration

  • Optional actionButtonLabel?: string | null
  • Optional actionButtonLink?: string | null
  • body: string
  • Optional customApplication?: string | null
  • delayDays: number
  • Optional description?: string | null
  • Optional dismissButtonLabel?: string | null
  • Optional displayPosition?: string | null
  • displayType: string
  • Optional endDate?: string | null
  • Optional header?: string | null
  • Optional indexWithIsPublished?: string | null
  • Optional indexWithoutIsPublished?: string | null
  • Optional isPublished?: boolean | null
  • masterLabel: string
  • Optional publishedByUser?: string | null
  • Optional publishedDate?: string | null
  • shouldDisplayActionButton: boolean
  • startDate: string
  • targetAppDeveloperName: string
  • Optional targetAppNamespacePrefix?: string | null
  • targetPageKey1: string
  • Optional targetPageKey2?: string | null
  • targetPageType: string
  • timesToDisplay: number
  • title: string
  • Optional uiFormulaRule?: UiFormulaRule | null
  • userAccess: string
  • versionNumber: number