Class: HighLevel::Models::Conversations::UpdateMessageStatusDto

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

def email_message_id
  @email_message_id
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#recipientsObject (readonly)

Returns the value of attribute recipients

Returns:

  • (Object)

    the current value of recipients



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

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

def status
  @status
end