Skip to content

Commit 4b3236e

Browse files
committed
fix(Audiences): rm created_at from CreateAudienceResponse docstring
1 parent 027a756 commit 4b3236e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

resend/audiences/_audiences.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ class CreateAudienceResponse(TypedDict):
5858
object (str): The object type, "audience"
5959
id (str): The ID of the created audience
6060
name (str): The name of the created audience
61-
created_at (str): When the audience was created
6261
"""
6362

6463
object: str

0 commit comments

Comments
 (0)