Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.32 KB

File metadata and controls

28 lines (20 loc) · 1.32 KB

DetailCampaignSchemaAlternativeChannelsSms

Properties

Name Type Description Notes
sms DetailCampaignSchemaAlternativeChannelsStatistics [optional]

Example

from bsg_api.models.detail_campaign_schema_alternative_channels_sms import DetailCampaignSchemaAlternativeChannelsSms

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

# convert the object into a dict
detail_campaign_schema_alternative_channels_sms_dict = detail_campaign_schema_alternative_channels_sms_instance.to_dict()
# create an instance of DetailCampaignSchemaAlternativeChannelsSms from a dict
detail_campaign_schema_alternative_channels_sms_from_dict = DetailCampaignSchemaAlternativeChannelsSms.from_dict(detail_campaign_schema_alternative_channels_sms_dict)

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