generated from expobrain/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Github Actions <[email protected]>
- Loading branch information
1 parent
4d54cad
commit c192a78
Showing
8 changed files
with
46 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ class UserV1ResponseBody: | |
Attributes: | ||
id (str): Unique identifier of the user Example: 01FCNDV6P870EA6S7TK1DSYDG0. | ||
name (str): Name of the user Example: Lisa Karlin Curtis. | ||
role (UserV1ResponseBodyRole): Role of the user Example: viewer. | ||
role (UserV1ResponseBodyRole): DEPRECATED: Role of the user as of March 9th 2023, this value is no longer | ||
updated. Example: viewer. | ||
email (Union[Unset, str]): Email address of the user. Example: [email protected]. | ||
slack_user_id (Union[Unset, str]): Slack ID of the user Example: U02AYNF2XJM. | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ class UserV2ResponseBody: | |
Attributes: | ||
id (str): Unique identifier of the user Example: 01FCNDV6P870EA6S7TK1DSYDG0. | ||
name (str): Name of the user Example: Lisa Karlin Curtis. | ||
role (UserV2ResponseBodyRole): Role of the user Example: viewer. | ||
role (UserV2ResponseBodyRole): DEPRECATED: Role of the user as of March 9th 2023, this value is no longer | ||
updated. Example: viewer. | ||
email (Union[Unset, str]): Email address of the user. Example: [email protected]. | ||
slack_user_id (Union[Unset, str]): Slack ID of the user Example: U02AYNF2XJM. | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters