Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.39 KB

File metadata and controls

28 lines (19 loc) · 1.39 KB

ReachV1ContactsSegmentsStoreRequestConditionsInnerValue

Properties

Name Type Description Notes

Example

from hostinger_api.models.reach_v1_contacts_segments_store_request_conditions_inner_value import ReachV1ContactsSegmentsStoreRequestConditionsInnerValue

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

# convert the object into a dict
reach_v1_contacts_segments_store_request_conditions_inner_value_dict = reach_v1_contacts_segments_store_request_conditions_inner_value_instance.to_dict()
# create an instance of ReachV1ContactsSegmentsStoreRequestConditionsInnerValue from a dict
reach_v1_contacts_segments_store_request_conditions_inner_value_from_dict = ReachV1ContactsSegmentsStoreRequestConditionsInnerValue.from_dict(reach_v1_contacts_segments_store_request_conditions_inner_value_dict)

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