Class: HighLevel::Models::Conversations::GetEmailMessageResponseDto

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

def attachments
  @attachments
end

#bccObject (readonly)

Returns the value of attribute bcc

Returns:

  • (Object)

    the current value of bcc



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

def bcc
  @bcc
end

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#ccObject (readonly)

Returns the value of attribute cc

Returns:

  • (Object)

    the current value of cc



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

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

def contact_id
  @contact_id
end

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



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

def content_type
  @content_type
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/get_email_message_response_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/get_email_message_response_dto.rb', line 9

def conversation_provider_id
  @conversation_provider_id
end

#date_addedObject (readonly)

Returns the value of attribute date_added

Returns:

  • (Object)

    the current value of date_added



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

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

def direction
  @direction
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



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

def from
  @from
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



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

def location_id
  @location_id
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



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

def provider
  @provider
end

#reply_to_message_idObject (readonly)

Returns the value of attribute reply_to_message_id

Returns:

  • (Object)

    the current value of reply_to_message_id



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

def reply_to_message_id
  @reply_to_message_id
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

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

def subject
  @subject
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



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

def thread_id
  @thread_id
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end