Name | Type | Description | Notes |
---|---|---|---|
data | Client | [optional] |
from fattureincloud_python_sdk.models.create_client_request import CreateClientRequest
# TODO update the JSON string below
json = "{}"
# create an instance of CreateClientRequest from a JSON string
create_client_request_instance = CreateClientRequest.from_json(json)
# print the JSON string representation of the object
print CreateClientRequest.to_json()
# convert the object into a dict
create_client_request_dict = create_client_request_instance.to_dict()
# create an instance of CreateClientRequest from a dict
create_client_request_form_dict = create_client_request.from_dict(create_client_request_dict)