Class: HighLevel::Models::Conversations::ForwardResponseDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#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/forward_response_dto.rb', line 9

def email_message_id
  @email_message_id
end

#forward_to_emailObject (readonly)

Returns the value of attribute forward_to_email

Returns:

  • (Object)

    the current value of forward_to_email



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

def forward_to_email
  @forward_to_email
end

#forward_whole_threadObject (readonly)

Returns the value of attribute forward_whole_thread

Returns:

  • (Object)

    the current value of forward_whole_thread



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

def forward_whole_thread
  @forward_whole_thread
end

#message_idObject (readonly)

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



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

def message_id
  @message_id
end

#recipient_contact_idObject (readonly)

Returns the value of attribute recipient_contact_id

Returns:

  • (Object)

    the current value of recipient_contact_id



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

def recipient_contact_id
  @recipient_contact_id
end

#recipient_conversation_idObject (readonly)

Returns the value of attribute recipient_conversation_id

Returns:

  • (Object)

    the current value of recipient_conversation_id



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

def recipient_conversation_id
  @recipient_conversation_id
end

#source_contact_idObject (readonly)

Returns the value of attribute source_contact_id

Returns:

  • (Object)

    the current value of source_contact_id



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

def source_contact_id
  @source_contact_id
end

#source_conversation_idObject (readonly)

Returns the value of attribute source_conversation_id

Returns:

  • (Object)

    the current value of source_conversation_id



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

def source_conversation_id
  @source_conversation_id
end