Class: Google::Apis::CloudsearchV1::IntegerValues
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::IntegerValues
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
List of integer values.
Instance Attribute Summary collapse
-
#values ⇒ Array<Fixnum>
Corresponds to the JSON property
values
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IntegerValues
constructor
A new instance of IntegerValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IntegerValues
Returns a new instance of IntegerValues.
11965 11966 11967 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11965 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Fixnum>
Corresponds to the JSON property values
11963 11964 11965 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11963 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11970 11971 11972 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11970 def update!(**args) @values = args[:values] if args.key?(:values) end |