Metadata object (optional)
| Name | Type | Description | Notes |
|---|---|---|---|
| author | str | Document author | [optional] [default to 'Organization name'] |
| language | str | Document language | [optional] [default to 'en'] |
frompdf_generator_api_client.models.metadata_paramimportMetadataParam# TODO update the JSON string belowjson="{}"# create an instance of MetadataParam from a JSON stringmetadata_param_instance=MetadataParam.from_json(json)
# print the JSON string representation of the objectprint(MetadataParam.to_json())
# convert the object into a dictmetadata_param_dict=metadata_param_instance.to_dict()
# create an instance of MetadataParam from a dictmetadata_param_from_dict=MetadataParam.from_dict(metadata_param_dict)