Class: HighLevel::Models::Conversations::ForwardConfigDto

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

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

def forward_whole_thread
  @forward_whole_thread
end

#is_forwardedObject (readonly)

Returns the value of attribute is_forwarded

Returns:

  • (Object)

    the current value of is_forwarded



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

def is_forwarded
  @is_forwarded
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_config_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_config_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_config_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_config_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_config_dto.rb', line 9

def source_conversation_id
  @source_conversation_id
end

#to_emailObject (readonly)

Returns the value of attribute to_email

Returns:

  • (Object)

    the current value of to_email



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

def to_email
  @to_email
end