| Name | Type | Description | Notes |
|---|---|---|---|
| data | CreateOneOpportunity201ResponseData | [optional] |
from twentycrm_client.models.create_one_opportunity201_response import CreateOneOpportunity201Response
# TODO update the JSON string below
json = "{}"
# create an instance of CreateOneOpportunity201Response from a JSON string
create_one_opportunity201_response_instance = CreateOneOpportunity201Response.from_json(json)
# print the JSON string representation of the object
print(CreateOneOpportunity201Response.to_json())
# convert the object into a dict
create_one_opportunity201_response_dict = create_one_opportunity201_response_instance.to_dict()
# create an instance of CreateOneOpportunity201Response from a dict
create_one_opportunity201_response_from_dict = CreateOneOpportunity201Response.from_dict(create_one_opportunity201_response_dict)