Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.33 KB

File metadata and controls

30 lines (21 loc) · 1.33 KB

ReachV1ContactsFieldsUpdateRequestOptionsInner

Properties

Name Type Description Notes
uuid str [optional]
label str

Example

from hostinger_api.models.reach_v1_contacts_fields_update_request_options_inner import ReachV1ContactsFieldsUpdateRequestOptionsInner

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

# convert the object into a dict
reach_v1_contacts_fields_update_request_options_inner_dict = reach_v1_contacts_fields_update_request_options_inner_instance.to_dict()
# create an instance of ReachV1ContactsFieldsUpdateRequestOptionsInner from a dict
reach_v1_contacts_fields_update_request_options_inner_from_dict = ReachV1ContactsFieldsUpdateRequestOptionsInner.from_dict(reach_v1_contacts_fields_update_request_options_inner_dict)

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