You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outbound caller id in E.164 format, e.g. `[+][country_code][number]`.
[optional]
type
str
[optional]
Example
fromcallchimp.models.inbound_call_response_callchimp_numberimportInboundCallResponseCallchimpNumber# TODO update the JSON string belowjson="{}"# create an instance of InboundCallResponseCallchimpNumber from a JSON stringinbound_call_response_callchimp_number_instance=InboundCallResponseCallchimpNumber.from_json(json)
# print the JSON string representation of the objectprint(InboundCallResponseCallchimpNumber.to_json())
# convert the object into a dictinbound_call_response_callchimp_number_dict=inbound_call_response_callchimp_number_instance.to_dict()
# create an instance of InboundCallResponseCallchimpNumber from a dictinbound_call_response_callchimp_number_from_dict=InboundCallResponseCallchimpNumber.from_dict(inbound_call_response_callchimp_number_dict)