Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventBusProperties
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventBusProperties
- 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
Overview
LINT.IfChange This message is used for storing key value pair properties for each Event / Task in the EventBus.
Instance Attribute Summary collapse
-
#properties ⇒ Array<Google::Apis::IntegrationsV1::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.
891 892 893 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 891 def initialize(**args) update!(**args) end |
Instance Attribute Details
#properties ⇒ Array<Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoPropertyEntry>
An unordered list of property entries.
Corresponds to the JSON property properties
889 890 891 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 889 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
896 897 898 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 896 def update!(**args) @properties = args[:properties] if args.key?(:properties) end |