Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntParameterArray

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

Overview

This message only contains a field of integer array.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaIntParameterArray

Returns a new instance of GoogleCloudIntegrationsV1alphaIntParameterArray.



6509
6510
6511
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6509

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

Instance Attribute Details

#int_valuesArray<Fixnum>

Integer array. Corresponds to the JSON property intValues

Returns:

  • (Array<Fixnum>)


6507
6508
6509
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6507

def int_values
  @int_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6514
6515
6516
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6514

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