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.
2340 2341 2342 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2340 def initialize(**args) update!(**args) end |
Instance Attribute Details
#string_values ⇒ Array<String>
Corresponds to the JSON property stringValues
2338 2339 2340 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2338 def string_values @string_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2345 2346 2347 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2345 def update!(**args) @string_values = args[:string_values] if args.key?(:string_values) end |