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
Represents the date of creation (or addition) of members into the platform
count
int
Represents the number of members that were added on that particular date
Example
fromwallet.models.ms_analytics_member_count_partitioned_by_dateimportMSAnalyticsMemberCountPartitionedByDate# TODO update the JSON string belowjson="{}"# create an instance of MSAnalyticsMemberCountPartitionedByDate from a JSON stringms_analytics_member_count_partitioned_by_date_instance=MSAnalyticsMemberCountPartitionedByDate.from_json(json)
# print the JSON string representation of the objectprintMSAnalyticsMemberCountPartitionedByDate.to_json()
# convert the object into a dictms_analytics_member_count_partitioned_by_date_dict=ms_analytics_member_count_partitioned_by_date_instance.to_dict()
# create an instance of MSAnalyticsMemberCountPartitionedByDate from a dictms_analytics_member_count_partitioned_by_date_form_dict=ms_analytics_member_count_partitioned_by_date.from_dict(ms_analytics_member_count_partitioned_by_date_dict)