Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1IntegerArray

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

Overview

Integer values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContentwarehouseV1IntegerArray

Returns a new instance of GoogleCloudContentwarehouseV1IntegerArray.



2159
2160
2161
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2159

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

Instance Attribute Details

#valuesArray<Fixnum>

List of integer values. Corresponds to the JSON property values

Returns:

  • (Array<Fixnum>)


2157
2158
2159
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2157

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2164
2165
2166
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 2164

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