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
A built-in contact attribute, or `cf:{fieldUuid}` to target a custom contact field. Which operators are accepted depends on the attribute, so read the segment filter attributes endpoint for the authoritative list.
operator
str
value
str
Always a string, including for numeric and date comparisons
Example
fromhostinger_api.models.reach_v1_contacts_segments_profile_filter_contacts_request_conditions_innerimportReachV1ContactsSegmentsProfileFilterContactsRequestConditionsInner# TODO update the JSON string belowjson="{}"# create an instance of ReachV1ContactsSegmentsProfileFilterContactsRequestConditionsInner from a JSON stringreach_v1_contacts_segments_profile_filter_contacts_request_conditions_inner_instance=ReachV1ContactsSegmentsProfileFilterContactsRequestConditionsInner.from_json(json)
# print the JSON string representation of the objectprint(ReachV1ContactsSegmentsProfileFilterContactsRequestConditionsInner.to_json())
# convert the object into a dictreach_v1_contacts_segments_profile_filter_contacts_request_conditions_inner_dict=reach_v1_contacts_segments_profile_filter_contacts_request_conditions_inner_instance.to_dict()
# create an instance of ReachV1ContactsSegmentsProfileFilterContactsRequestConditionsInner from a dictreach_v1_contacts_segments_profile_filter_contacts_request_conditions_inner_from_dict=ReachV1ContactsSegmentsProfileFilterContactsRequestConditionsInner.from_dict(reach_v1_contacts_segments_profile_filter_contacts_request_conditions_inner_dict)