Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventBusProperties
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventBusProperties
- 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
Overview
LINT.IfChange This message is used for storing key value pair properties for each Event / Task in the EventBus. Please see go/cloud-crm-eng/platform/ event_bus.md for more details.
Instance Attribute Summary collapse
-
#properties ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoPropertyEntry>
An unordered list of property entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoEventBusProperties
constructor
A new instance of EnterpriseCrmEventbusProtoEventBusProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoEventBusProperties
Returns a new instance of EnterpriseCrmEventbusProtoEventBusProperties.
757 758 759 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 757 def initialize(**args) update!(**args) end |
Instance Attribute Details
#properties ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoPropertyEntry>
An unordered list of property entries.
Corresponds to the JSON property properties
755 756 757 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 755 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
762 763 764 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 762 def update!(**args) @properties = args[:properties] if args.key?(:properties) end |