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
The mail exchanger's order in the list of priorities. For example, the mail exchanger with the highest priority returns `1`, and the next highest priority returns `2`.
Whether the mail exchanger is an odd or an even entry. * `even` * `odd`
[optional]
Example
fromclientapi_cpanel.models.inline_response200189_result_entriesimportInlineResponse200189ResultEntries# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200189ResultEntries from a JSON stringinline_response200189_result_entries_instance=InlineResponse200189ResultEntries.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200189ResultEntries.to_json())
# convert the object into a dictinline_response200189_result_entries_dict=inline_response200189_result_entries_instance.to_dict()
# create an instance of InlineResponse200189ResultEntries from a dictinline_response200189_result_entries_from_dict=InlineResponse200189ResultEntries.from_dict(inline_response200189_result_entries_dict)