Class: HighLevel::Models::Conversations::UpdateCustomSubtypeDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Conversations::UpdateCustomSubtypeDto
- Defined in:
- lib/high_level/models/conversations/update_custom_subtype_dto.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
readonly
Returns the value of attribute archived.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#resubscription_legal_form_id ⇒ Object
readonly
Returns the value of attribute resubscription_legal_form_id.
Instance Attribute Details
#archived ⇒ Object (readonly)
Returns the value of attribute archived
9 10 11 |
# File 'lib/high_level/models/conversations/update_custom_subtype_dto.rb', line 9 def archived @archived end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/conversations/update_custom_subtype_dto.rb', line 9 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/conversations/update_custom_subtype_dto.rb', line 9 def name @name end |
#resubscription_legal_form_id ⇒ Object (readonly)
Returns the value of attribute 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 |