Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoStringParameterArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoStringParameterArray
- 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) ⇒ 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.
4466 4467 4468 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4466 def initialize(**args) update!(**args) end |
Instance Attribute Details
#string_values ⇒ Array<String>
Corresponds to the JSON property stringValues
4464 4465 4466 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4464 def string_values @string_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4471 4472 4473 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 4471 def update!(**args) @string_values = args[:string_values] if args.key?(:string_values) end |