Class: HighLevel::Models::Conversations::UpdateCustomSubtypeDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/update_custom_subtype_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archivedObject (readonly)

Returns the value of attribute archived

Returns:

  • (Object)

    the current value of archived



9
10
11
# File 'lib/high_level/models/conversations/update_custom_subtype_dto.rb', line 9

def archived
  @archived
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/conversations/update_custom_subtype_dto.rb', line 9

def description
  @description
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/conversations/update_custom_subtype_dto.rb', line 9

def name
  @name
end

Returns the value of attribute resubscription_legal_form_id

Returns:

  • (Object)

    the current value of resubscription_legal_form_id



9
10
11
# File 'lib/high_level/models/conversations/update_custom_subtype_dto.rb', line 9

def resubscription_legal_form_id
  @resubscription_legal_form_id
end