Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.47 KB

File metadata and controls

32 lines (23 loc) · 1.47 KB

InlineResponse20074ResultDataSslContacts

Properties

Name Type Description Notes
description str The description of the address book. [optional]
name str The name of the address book. [optional]
path str The relative URL to the address book. [optional]
url str The absolute URL to the address book. [optional]

Example

from clientapi_cpanel.models.inline_response20074_result_data_ssl_contacts import InlineResponse20074ResultDataSslContacts

# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse20074ResultDataSslContacts from a JSON string
inline_response20074_result_data_ssl_contacts_instance = InlineResponse20074ResultDataSslContacts.from_json(json)
# print the JSON string representation of the object
print(InlineResponse20074ResultDataSslContacts.to_json())

# convert the object into a dict
inline_response20074_result_data_ssl_contacts_dict = inline_response20074_result_data_ssl_contacts_instance.to_dict()
# create an instance of InlineResponse20074ResultDataSslContacts from a dict
inline_response20074_result_data_ssl_contacts_from_dict = InlineResponse20074ResultDataSslContacts.from_dict(inline_response20074_result_data_ssl_contacts_dict)

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