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.



806
807
808
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 806

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



804
805
806
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 804

def properties
  @properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



811
812
813
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 811

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