Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoStringParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoStringParameterArray
- 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
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.
2472 2473 2474 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 2472 def initialize(**args) update!(**args) end |
Instance Attribute Details
#string_values ⇒ Array<String>
Corresponds to the JSON property stringValues
2470 2471 2472 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 2470 def string_values @string_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2477 2478 2479 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 2477 def update!(**args) @string_values = args[:string_values] if args.key?(:string_values) end |