@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface DeliverySchedule

    interface DeliverySchedule {
        start_date: string;
        end_date?: string;
        time_zone: string;
        day_parting?: DayParting[];
    }
    Index

    Properties

    start_date: string
    end_date?: string
    time_zone: string
    day_parting?: DayParting[]