Class: HighLevel::Models::Conversations::SendMessageResponseDto

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

Instance Attribute Summary collapse

Instance Attribute Details

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

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

def email_message_id
  @email_message_id
end

#forward_dataObject (readonly)

Returns the value of attribute forward_data

Returns:

  • (Object)

    the current value of forward_data



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

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

def message_id
  @message_id
end

#message_idsObject (readonly)

Returns the value of attribute message_ids

Returns:

  • (Object)

    the current value of message_ids



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

def message_ids
  @message_ids
end

#msgObject (readonly)

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



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

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

def status
  @status
end