Class: HighLevel::Models::Conversations::CreateCustomSubtypeDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject (readonly)

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



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

def channel
  @channel
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/create_custom_subtype_dto.rb', line 9

def description
  @description
end

#languageObject (readonly)

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



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

def language
  @language
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/create_custom_subtype_dto.rb', line 9

def name
  @name
end