class Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse
Attributes
list_update_responses[RW]
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. Corresponds to the JSON property `listUpdateResponses` @return [Array<Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>]
minimum_wait_duration[RW]
The minimum duration the client must wait before issuing any update request. If this field is not set clients may update as soon as they want. Corresponds to the JSON property `minimumWaitDuration` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/safebrowsing_v4/classes.rb, line 234 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/safebrowsing_v4/classes.rb, line 239 def update!(**args) @list_update_responses = args[:list_update_responses] if args.key?(:list_update_responses) @minimum_wait_duration = args[:minimum_wait_duration] if args.key?(:minimum_wait_duration) end