We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3014b commit 3f97a7fCopy full SHA for 3f97a7f
sendgrid/helpers/mail/batch_id.py
@@ -18,15 +18,15 @@ def __init__(self, batch_id=None):
18
19
@property
20
def batch_id(self):
21
- """A unix timestamp.
+ """The batch ID.
22
23
:rtype: string
24
"""
25
return self._batch_id
26
27
@batch_id.setter
28
def batch_id(self, value):
29
30
31
:param value: Batch Id
32
:type value: string
@@ -42,7 +42,7 @@ def __str__(self):
42
43
def get(self):
44
45
- Get a JSON-ready representation of this SendAt object.
+ Get a JSON-ready representation of this BatchId object.
46
47
:returns: The BatchId, ready for use in a request body.
48
0 commit comments