TeamDiscussion¶
-
class
github.TeamDiscussion.TeamDiscussion¶ This class represents TeamDiscussions. The reference can be found here https://docs.github.com/en/rest/reference/teams#discussions
-
body¶ Type: string
-
body_html¶ Type: string
-
body_version¶ Type: string
-
comments_count¶ Type: integer
-
comments_url¶ Type: string
-
created_at¶ Type: datetime.datetime
-
html_url¶ Type: string
-
last_edited_at¶ Type: datetime.datetime
-
node_id¶ Type: string
-
number¶ Type: integer
-
pinned¶ Type: bool
-
private¶ Type: bool
-
team_url¶ Type: string
-
title¶ Type: string
-
updated_at¶ Type: datetime.datetime
-
url¶ Type: string
-