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
Update .pylintrc to disable 'too-many-positional-arguments' warning; format metadata_pair docstring for clarity; remove unnecessary super() call in ListNotetakerQueryParams
Copy file name to clipboardExpand all lines: nylas/models/messages.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,8 @@ class Message:
160
160
This field defaults to 50. The maximum allowed value is 200.
161
161
page_token (NotRequired[str]): An identifier that specifies which page of data to return.
162
162
This value should be taken from a ListResponse object's next_cursor parameter.
163
-
metadata_pair (NotRequired[str]): Pass a metadata key/value pair (for example, ?metadata_pair=key1:value) to search for metadata associated with objects. See Metadata for more information.
163
+
metadata_pair (NotRequired[str]): Pass a metadata key/value pair (for example, ?metadata_pair=key1:value)
164
+
to search for metadata associated with objects. See Metadata for more information.
0 commit comments