Current field value
| Name | Type | Description | Notes |
|---|
from pdf_generator_api_client.models.inline_object14_response_value_value import InlineObject14ResponseValueValue
# TODO update the JSON string below
json = "{}"
# create an instance of InlineObject14ResponseValueValue from a JSON string
inline_object14_response_value_value_instance = InlineObject14ResponseValueValue.from_json(json)
# print the JSON string representation of the object
print(InlineObject14ResponseValueValue.to_json())
# convert the object into a dict
inline_object14_response_value_value_dict = inline_object14_response_value_value_instance.to_dict()
# create an instance of InlineObject14ResponseValueValue from a dict
inline_object14_response_value_value_from_dict = InlineObject14ResponseValueValue.from_dict(inline_object14_response_value_value_dict)