onvif
    Preparing search index...

    Interface GetSpecialDayGroupListResponse

    interface GetSpecialDayGroupListResponse {
        nextStartReference?: string;
        specialDayGroup?: SpecialDayGroup[];
    }
    Index
    nextStartReference?: string

    StartReference to use in next call to get the following items. If absent, no more items to get.

    specialDayGroup?: SpecialDayGroup[]

    List of SpecialDayGroup items.