Class: Google::Apis::CloudsearchV1::IntegerValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::IntegerValues
- 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
-
#values ⇒ Array<Fixnum>
The maximum number of elements is 100.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IntegerValues
constructor
A new instance of IntegerValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ IntegerValues
Returns a new instance of IntegerValues
1388 1389 1390 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1388 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Fixnum>
The maximum number of elements is 100.
Corresponds to the JSON property values
1386 1387 1388 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1386 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1393 1394 1395 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1393 def update!(**args) @values = args[:values] if args.key?(:values) end |