Class: HighLevel::Models::Conversations::ProcessOutboundMessageBodyDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



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

def alt_id
  @alt_id
end

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



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

def attachments
  @attachments
end

#callObject (readonly)

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



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

def call
  @call
end

#conversation_idObject (readonly)

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of conversation_id



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

def conversation_id
  @conversation_id
end

#conversation_provider_idObject (readonly)

Returns the value of attribute conversation_provider_id

Returns:

  • (Object)

    the current value of conversation_provider_id



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

def conversation_provider_id
  @conversation_provider_id
end

#dateObject (readonly)

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



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

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

def type
  @type
end