Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.15 KB

GetImportSubscriberStats200Response.md

File metadata and controls

30 lines (22 loc) · 1.15 KB

GetImportSubscriberStats200Response

Properties

Name Type Description Notes
data str [optional]

Example

from listmonk.models.get_import_subscriber_stats200_response import GetImportSubscriberStats200Response

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

# convert the object into a dict
get_import_subscriber_stats200_response_dict = get_import_subscriber_stats200_response_instance.to_dict()
# create an instance of GetImportSubscriberStats200Response from a dict
get_import_subscriber_stats200_response_form_dict = get_import_subscriber_stats200_response.from_dict(
    get_import_subscriber_stats200_response_dict)

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