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

    Interface SvcCatalogFulfillmentFlowMetadata

    interface SvcCatalogFulfillmentFlowMetadata {
        description: string;
        flow: string;
        fullName?: string;
        icon?: string;
        isProtected?: boolean;
        items?: SvcCatalogFulfillFlowItem[];
        masterLabel: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    flow: string
    fullName?: string
    icon?: string
    isProtected?: boolean
    masterLabel: string