Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntParameterArray
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
This message only contains a field of integer array.
Instance Attribute Summary collapse
-
#int_values ⇒ Array<Fixnum>
Integer array.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaIntParameterArray
constructor
A new instance of GoogleCloudIntegrationsV1alphaIntParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaIntParameterArray
Returns a new instance of GoogleCloudIntegrationsV1alphaIntParameterArray.
8309 8310 8311 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8309 def initialize(**args) update!(**args) end |
Instance Attribute Details
#int_values ⇒ Array<Fixnum>
Integer array.
Corresponds to the JSON property intValues
8307 8308 8309 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8307 def int_values @int_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8314 8315 8316 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8314 def update!(**args) @int_values = args[:int_values] if args.key?(:int_values) end |