class Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4ListThreatListsResponse

Attributes

threat_lists[RW]

The lists available for download by the client. Corresponds to the JSON property `threatLists` @return [Array<Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4ThreatListDescriptor>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/safebrowsing_v4/classes.rb, line 436
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 441
def update!(**args)
  @threat_lists = args[:threat_lists] if args.key?(:threat_lists)
end