Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.42 KB

File metadata and controls

29 lines (20 loc) · 1.42 KB

ReachV1ContactsSegmentsSegmentContactsCountResource

Properties

Name Type Description Notes
count int Contacts currently matching the segment conditions [optional]

Example

from hostinger_api.models.reach_v1_contacts_segments_segment_contacts_count_resource import ReachV1ContactsSegmentsSegmentContactsCountResource

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

# convert the object into a dict
reach_v1_contacts_segments_segment_contacts_count_resource_dict = reach_v1_contacts_segments_segment_contacts_count_resource_instance.to_dict()
# create an instance of ReachV1ContactsSegmentsSegmentContactsCountResource from a dict
reach_v1_contacts_segments_segment_contacts_count_resource_from_dict = ReachV1ContactsSegmentsSegmentContactsCountResource.from_dict(reach_v1_contacts_segments_segment_contacts_count_resource_dict)

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