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

    Interface FlowTestMetadata

    interface FlowTestMetadata {
        description?: string;
        flowApiName: string;
        fullName?: string;
        label: string;
        testPoints?: FlowTestPoint[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    flowApiName: string
    fullName?: string
    label: string
    testPoints?: FlowTestPoint[]