Class: Google::Apis::WebriskV1::GoogleCloudWebriskV1RawIndices
- Inherits:
-
Object
- Object
- Google::Apis::WebriskV1::GoogleCloudWebriskV1RawIndices
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/webrisk_v1/classes.rb,
lib/google/apis/webrisk_v1/representations.rb,
lib/google/apis/webrisk_v1/representations.rb
Overview
A set of raw indices to remove from a local list.
Instance Attribute Summary collapse
-
#indices ⇒ Array<Fixnum>
The indices to remove from a lexicographically-sorted local list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudWebriskV1RawIndices
constructor
A new instance of GoogleCloudWebriskV1RawIndices.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudWebriskV1RawIndices
Returns a new instance of GoogleCloudWebriskV1RawIndices.
145 146 147 |
# File 'lib/google/apis/webrisk_v1/classes.rb', line 145 def initialize(**args) update!(**args) end |
Instance Attribute Details
#indices ⇒ Array<Fixnum>
The indices to remove from a lexicographically-sorted local list.
Corresponds to the JSON property indices
143 144 145 |
# File 'lib/google/apis/webrisk_v1/classes.rb', line 143 def indices @indices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
150 151 152 |
# File 'lib/google/apis/webrisk_v1/classes.rb', line 150 def update!(**args) @indices = args[:indices] if args.key?(:indices) end |