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.
936 937 938 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 936 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
934 935 936 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 934 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
941 942 943 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 941 def update!(**args) @properties = args[:properties] if args.key?(:properties) end |