We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c454c44 commit 027a756Copy full SHA for 027a756
1 file changed
resend/audiences/_audiences.py
@@ -37,9 +37,14 @@ class ListResponse(TypedDict):
37
ListResponse type that wraps a list of audience objects
38
39
Attributes:
40
+ object (str): The object type, "list"
41
data (List[Audience]): A list of audience objects
42
"""
43
44
+ object: str
45
+ """
46
+ The object type, "list"
47
48
data: List[Audience]
49
50
A list of audience objects
0 commit comments