Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

File metadata and controls

29 lines (20 loc) · 1.24 KB

GetEntityClientPreCreateInfoResponse

Properties

Name Type Description Notes
data EntityClientPreCreateInfo [optional]

Example

from fattureincloud_python_sdk.models.get_entity_client_pre_create_info_response import GetEntityClientPreCreateInfoResponse

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

# convert the object into a dict
get_entity_client_pre_create_info_response_dict = get_entity_client_pre_create_info_response_instance.to_dict()
# create an instance of GetEntityClientPreCreateInfoResponse from a dict
get_entity_client_pre_create_info_response_from_dict = GetEntityClientPreCreateInfoResponse.from_dict(get_entity_client_pre_create_info_response_dict)

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