Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventBusProperties

Inherits:
Object
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoEventBusProperties

Returns a new instance of EnterpriseCrmEventbusProtoEventBusProperties.



754
755
756
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 754

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#propertiesArray<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoPropertyEntry>

An unordered list of property entries. Corresponds to the JSON property properties



752
753
754
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 752

def properties
  @properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



759
760
761
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 759

def update!(**args)
  @properties = args[:properties] if args.key?(:properties)
end