onvif
    Preparing search index...

    Interface GetAccessProfileInfoListResponse

    interface GetAccessProfileInfoListResponse {
        accessProfileInfo?: AccessProfileInfo[];
        nextStartReference?: string;
    }
    Index
    accessProfileInfo?: AccessProfileInfo[]

    List of AccessProfileInfo items.

    nextStartReference?: string

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