Class: Google::Apis::SafebrowsingV4::FindThreatMatchesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/safebrowsing_v4/classes.rb,
generated/google/apis/safebrowsing_v4/representations.rb,
generated/google/apis/safebrowsing_v4/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FindThreatMatchesResponse

Returns a new instance of FindThreatMatchesResponse



276
277
278
# File 'generated/google/apis/safebrowsing_v4/classes.rb', line 276

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#matchesArray<Google::Apis::SafebrowsingV4::ThreatMatch>

The threat list matches. Corresponds to the JSON property matches



274
275
276
# File 'generated/google/apis/safebrowsing_v4/classes.rb', line 274

def matches
  @matches
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



281
282
283
# File 'generated/google/apis/safebrowsing_v4/classes.rb', line 281

def update!(**args)
  @matches = args[:matches] if args.key?(:matches)
end