ListDocumentsResponseDtoEntriesInnerTemplate

Properties

NameTypeDescriptionNotes
idintTemplate ID[optional]
namestrTemplate name[optional]

Example

from pdf_generator_client.models.list_documents_response_dto_entries_inner_template import ListDocumentsResponseDtoEntriesInnerTemplate

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

# convert the object into a dict
list_documents_response_dto_entries_inner_template_dict = list_documents_response_dto_entries_inner_template_instance.to_dict()
# create an instance of ListDocumentsResponseDtoEntriesInnerTemplate from a dict
list_documents_response_dto_entries_inner_template_from_dict = ListDocumentsResponseDtoEntriesInnerTemplate.from_dict(list_documents_response_dto_entries_inner_template_dict)

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