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

    Interface FlowCategoryMetadata

    interface FlowCategoryMetadata {
        description?: string;
        flowCategoryItems?: FlowCategoryItems[];
        fullName?: string;
        masterLabel: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    flowCategoryItems?: FlowCategoryItems[]
    fullName?: string
    masterLabel: string