Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoNodeIdentifier

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

Represents a node identifier (type + id). Next highest id: 3

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoNodeIdentifier

Returns a new instance of EnterpriseCrmEventbusProtoNodeIdentifier.



1603
1604
1605
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1603

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

Instance Attribute Details

#element_identifierString

Configuration of the edge. Corresponds to the JSON property elementIdentifier

Returns:

  • (String)


1596
1597
1598
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1596

def element_identifier
  @element_identifier
end

#element_typeString

Destination node where the edge ends. It can only be a task config. Corresponds to the JSON property elementType

Returns:

  • (String)


1601
1602
1603
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1601

def element_type
  @element_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1608
1609
1610
1611
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 1608

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