GoogleSecuritySafebrowsingV5ListHashListsResponse constructor
GoogleSecuritySafebrowsingV5ListHashListsResponse({
- List<
GoogleSecuritySafebrowsingV5HashList> ? hashLists, - String? nextPageToken,
Implementation
GoogleSecuritySafebrowsingV5ListHashListsResponse({
this.hashLists,
this.nextPageToken,
});