Class: HighLevel::Models::Conversations::SubscriptionActionDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#subtype_idObject (readonly)

Returns the value of attribute subtype_id

Returns:

  • (Object)

    the current value of subtype_id



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

def subtype_id
  @subtype_id
end

#subtype_nameObject (readonly)

Returns the value of attribute subtype_name

Returns:

  • (Object)

    the current value of subtype_name



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

def subtype_name
  @subtype_name
end

#subtype_statusObject (readonly)

Returns the value of attribute subtype_status

Returns:

  • (Object)

    the current value of subtype_status



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

def subtype_status
  @subtype_status
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end