Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoStringParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoStringParameterArray
- 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
Instance Attribute Summary collapse
-
#string_values ⇒ Array<String>
Corresponds to the JSON property
stringValues.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoStringParameterArray
constructor
A new instance of EnterpriseCrmEventbusProtoStringParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoStringParameterArray
Returns a new instance of EnterpriseCrmEventbusProtoStringParameterArray.
2459 2460 2461 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2459 def initialize(**args) update!(**args) end |
Instance Attribute Details
#string_values ⇒ Array<String>
Corresponds to the JSON property stringValues
2457 2458 2459 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2457 def string_values @string_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2464 2465 2466 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2464 def update!(**args) @string_values = args[:string_values] if args.key?(:string_values) end |