class Google::Apis::WebriskV1::GoogleCloudWebriskV1RawIndices
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/webrisk_v1/classes.rb, line 145 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/webrisk_v1/classes.rb, line 150 def update!(**args) @indices = args[:indices] if args.key?(:indices) end