FileListResultDtoEntriesInner

Properties

NameTypeDescriptionNotes
namestrFilename[optional]
sizeintFile size in bytes[optional]
etagstrETag for caching[optional]
last_modifieddatetimeLast modified timestamp[optional]

Example

from pdf_generator_client.models.file_list_result_dto_entries_inner import FileListResultDtoEntriesInner

# TODO update the JSON string below
json = "{}"
# create an instance of FileListResultDtoEntriesInner from a JSON string
file_list_result_dto_entries_inner_instance = FileListResultDtoEntriesInner.from_json(json)
# print the JSON string representation of the object
print(FileListResultDtoEntriesInner.to_json())

# convert the object into a dict
file_list_result_dto_entries_inner_dict = file_list_result_dto_entries_inner_instance.to_dict()
# create an instance of FileListResultDtoEntriesInner from a dict
file_list_result_dto_entries_inner_from_dict = FileListResultDtoEntriesInner.from_dict(file_list_result_dto_entries_inner_dict)

[Back to Model list] [Back to API list] [Back to README]