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

Constructor Details

#initialize(**args) ⇒ IntegerValues

Returns a new instance of IntegerValues.



1613
1614
1615
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1613

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

Instance Attribute Details

#valuesArray<Fixnum>

Corresponds to the JSON property values

Returns:

  • (Array<Fixnum>)


1611
1612
1613
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1611

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1618
1619
1620
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 1618

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