You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document name. This value is automatically generated if name attribute is not defined in request.
[optional]
display_name
str
Document name without the file extension.
[optional]
encoding
str
Document encoding
[optional]
content_type
str
Document content type.
[optional]
public_id
str
Document public id
[optional]
Example
frompdf_generator_api_client.models.get_document200_response_metaimportGetDocument200ResponseMeta# TODO update the JSON string belowjson="{}"# create an instance of GetDocument200ResponseMeta from a JSON stringget_document200_response_meta_instance=GetDocument200ResponseMeta.from_json(json)
# print the JSON string representation of the objectprint(GetDocument200ResponseMeta.to_json())
# convert the object into a dictget_document200_response_meta_dict=get_document200_response_meta_instance.to_dict()
# create an instance of GetDocument200ResponseMeta from a dictget_document200_response_meta_from_dict=GetDocument200ResponseMeta.from_dict(get_document200_response_meta_dict)