Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.11 KB

File metadata and controls

31 lines (22 loc) · 1.11 KB

CreateMessageRequestError

Properties

NameTypeDescriptionNotes
typestr
descriptionstr
field_errorsList[FieldError][optional]

Example

frombandwidth.models.create_message_request_errorimportCreateMessageRequestError# TODO update the JSON string belowjson="{}"# create an instance of CreateMessageRequestError from a JSON stringcreate_message_request_error_instance=CreateMessageRequestError.from_json(json)
# print the JSON string representation of the objectprint(CreateMessageRequestError.to_json())
# convert the object into a dictcreate_message_request_error_dict=create_message_request_error_instance.to_dict()
# create an instance of CreateMessageRequestError from a dictcreate_message_request_error_from_dict=CreateMessageRequestError.from_dict(create_message_request_error_dict)

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