vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface RecordActionDeploymentMetadata

    interface RecordActionDeploymentMetadata {
        channelConfigurations?: RecordActionDeploymentChannel[];
        componentName?: ComponentName;
        deploymentContexts?: RecordActionDeploymentContext[];
        fullName?: string;
        hasGuidedActions?: boolean;
        hasOmniscripts?: boolean;
        hasRecommendations?: boolean;
        masterLabel: string;
        recommendation?: RecordActionRecommendation;
        selectableItems?: RecordActionSelectableItem[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    channelConfigurations?: RecordActionDeploymentChannel[]
    componentName?: ComponentName
    deploymentContexts?: RecordActionDeploymentContext[]
    fullName?: string
    hasGuidedActions?: boolean
    hasOmniscripts?: boolean
    hasRecommendations?: boolean
    masterLabel: string
    selectableItems?: RecordActionSelectableItem[]