Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoStringParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoStringParameterArray
- 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) ⇒ EnterpriseCrmFrontendsEventbusProtoStringParameterArray
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoStringParameterArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoStringParameterArray
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoStringParameterArray.
4161 4162 4163 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4161 def initialize(**args) update!(**args) end |
Instance Attribute Details
#string_values ⇒ Array<String>
Corresponds to the JSON property stringValues
4159 4160 4161 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4159 def string_values @string_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4166 4167 4168 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 4166 def update!(**args) @string_values = args[:string_values] if args.key?(:string_values) end |