onvif
    Preparing search index...

    Interface GetAreaListResponse

    interface GetAreaListResponse {
        area?: Area[];
        nextStartReference?: string;
    }
    Index
    area?: Area[]

    List of Area items.

    nextStartReference?: string

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