Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.55 KB

File metadata and controls

31 lines (22 loc) · 1.55 KB

ReachV1ContactsSegmentsStoreRequestConditionsInner

Properties

Name Type Description Notes
operator str [optional]
value ReachV1ContactsSegmentsStoreRequestConditionsInnerValue [optional]
attribute str [optional]

Example

from hostinger_api.models.reach_v1_contacts_segments_store_request_conditions_inner import ReachV1ContactsSegmentsStoreRequestConditionsInner

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

# convert the object into a dict
reach_v1_contacts_segments_store_request_conditions_inner_dict = reach_v1_contacts_segments_store_request_conditions_inner_instance.to_dict()
# create an instance of ReachV1ContactsSegmentsStoreRequestConditionsInner from a dict
reach_v1_contacts_segments_store_request_conditions_inner_from_dict = ReachV1ContactsSegmentsStoreRequestConditionsInner.from_dict(reach_v1_contacts_segments_store_request_conditions_inner_dict)

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