class Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4RawIndices
A set of raw indices to remove from a local list.
Attributes
indices[RW]
The indices to remove from a lexicographically-sorted local list. Corresponds to the JSON property `indices` @return [Array<Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/safebrowsing_v4/classes.rb, line 488 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 493 def update!(**args) @indices = args[:indices] if args.key?(:indices) end