onvif
    Preparing search index...

    Interface GetSpecialDayGroupInfoListResponse

    interface GetSpecialDayGroupInfoListResponse {
        nextStartReference?: string;
        specialDayGroupInfo?: SpecialDayGroupInfo[];
    }
    Index
    nextStartReference?: string

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

    specialDayGroupInfo?: SpecialDayGroupInfo[]

    List of SpecialDayGroupInfo items.