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
Copy file name to clipboardExpand all lines: messente_api/models/bulk_omni_message_create_success_response.py
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ class BulkOmniMessageCreateSuccessResponse(BaseModel):
29
29
Response received after successfully created bulk omnimessage.
30
30
"""# noqa: E501
31
31
messages: List[BulkOmniMessageCreateSuccessResponseMessagesInner] =Field(description="List of responses for each Omnimessage in the bulk. These can be errors or successful responses")
scheduled_deletion_date: Optional[date] =Field(default=None, description="The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days", alias="scheduledDeletionDate")
0 commit comments