Class: Google::Apis::CloudsearchV1::IntegerValues

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

Overview

List of integer values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ IntegerValues

Returns a new instance of IntegerValues.



1663
1664
1665
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1663

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

Instance Attribute Details

#valuesArray<Fixnum>

Corresponds to the JSON property values

Returns:

  • (Array<Fixnum>)


1661
1662
1663
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1661

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1668
1669
1670
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1668

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