Class: HighLevel::Models::Conversations::UploadFilesDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_urlsObject (readonly)

Returns the value of attribute attachment_urls

Returns:

  • (Object)

    the current value of attachment_urls



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

def attachment_urls
  @attachment_urls
end

#chat_service_sidObject (readonly)

Returns the value of attribute chat_service_sid

Returns:

  • (Object)

    the current value of chat_service_sid



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

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

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

def conversation_id
  @conversation_id
end

#is_group_smsObject (readonly)

Returns the value of attribute is_group_sms

Returns:

  • (Object)

    the current value of is_group_sms



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

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

def location_id
  @location_id
end