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
Segments this campaign targets. Empty when it targets all contacts.
[optional]
created_at
datetime
[optional]
updated_at
datetime
[optional]
sent_at
datetime
[optional]
scheduled_at
datetime
[optional]
Example
fromhostinger_api.models.reach_v1_campaigns_campaign_details_resourceimportReachV1CampaignsCampaignDetailsResource# TODO update the JSON string belowjson="{}"# create an instance of ReachV1CampaignsCampaignDetailsResource from a JSON stringreach_v1_campaigns_campaign_details_resource_instance=ReachV1CampaignsCampaignDetailsResource.from_json(json)
# print the JSON string representation of the objectprint(ReachV1CampaignsCampaignDetailsResource.to_json())
# convert the object into a dictreach_v1_campaigns_campaign_details_resource_dict=reach_v1_campaigns_campaign_details_resource_instance.to_dict()
# create an instance of ReachV1CampaignsCampaignDetailsResource from a dictreach_v1_campaigns_campaign_details_resource_from_dict=ReachV1CampaignsCampaignDetailsResource.from_dict(reach_v1_campaigns_campaign_details_resource_dict)