Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoStringArray
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoStringArray
- 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
-
#values ⇒ Array<String>
Corresponds to the JSON property
values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoStringArray
constructor
A new instance of EnterpriseCrmEventbusProtoStringArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoStringArray
Returns a new instance of EnterpriseCrmEventbusProtoStringArray.
2223 2224 2225 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2223 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
Corresponds to the JSON property values
2221 2222 2223 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2221 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2228 2229 2230 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2228 def update!(**args) @values = args[:values] if args.key?(:values) end |