Class: HighLevel::Models::Conversations::ProcessMessageBodyDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/process_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_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_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_message_body_dto.rb', line 9

def call
  @call
end

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



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

def contact_id
  @contact_id
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_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_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_message_body_dto.rb', line 9

def date
  @date
end

#directionObject (readonly)

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



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

def direction
  @direction
end

#email_bccObject (readonly)

Returns the value of attribute email_bcc

Returns:

  • (Object)

    the current value of email_bcc



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

def email_bcc
  @email_bcc
end

#email_ccObject (readonly)

Returns the value of attribute email_cc

Returns:

  • (Object)

    the current value of email_cc



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

def email_cc
  @email_cc
end

#email_fromObject (readonly)

Returns the value of attribute email_from

Returns:

  • (Object)

    the current value of email_from



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

def email_from
  @email_from
end

#email_message_idObject (readonly)

Returns the value of attribute email_message_id

Returns:

  • (Object)

    the current value of email_message_id



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

def email_message_id
  @email_message_id
end

#email_toObject (readonly)

Returns the value of attribute email_to

Returns:

  • (Object)

    the current value of email_to



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

def email_to
  @email_to
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



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

def html
  @html
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



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

def subject
  @subject
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_message_body_dto.rb', line 9

def type
  @type
end