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

    Interface FlowSchedule

    interface FlowSchedule {
        frequency?: FlowStartFrequency;
        startDate?: string;
        startTime?: string;
    }
    Index

    Properties

    frequency?: FlowStartFrequency
    startDate?: string
    startTime?: string