Class: HighLevel::Models::Associations::UpdateAssociationReqDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/associations/update_association_req_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_object_labelObject (readonly)

Returns the value of attribute first_object_label

Returns:

  • (Object)

    the current value of first_object_label



9
10
11
# File 'lib/high_level/models/associations/update_association_req_dto.rb', line 9

def first_object_label
  @first_object_label
end

#second_object_labelObject (readonly)

Returns the value of attribute second_object_label

Returns:

  • (Object)

    the current value of second_object_label



9
10
11
# File 'lib/high_level/models/associations/update_association_req_dto.rb', line 9

def second_object_label
  @second_object_label
end