Class: Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4RawIndices

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

Overview

A set of raw indices to remove from a local list.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleSecuritySafebrowsingV4RawIndices

Returns a new instance of GoogleSecuritySafebrowsingV4RawIndices.



484
485
486
# File 'generated/google/apis/safebrowsing_v4/classes.rb', line 484

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

Instance Attribute Details

#indicesArray<Fixnum>

The indices to remove from a lexicographically-sorted local list. Corresponds to the JSON property indices

Returns:

  • (Array<Fixnum>)


482
483
484
# File 'generated/google/apis/safebrowsing_v4/classes.rb', line 482

def indices
  @indices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



489
490
491
# File 'generated/google/apis/safebrowsing_v4/classes.rb', line 489

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