listUpdateResponses property

The list updates requested by the clients.

The number of responses here may be less than the number of requests sent by clients. This is the case, for example, if the server has no updates for a particular list.

Implementation

core.List<
        GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>?
    listUpdateResponses;