View Source GitHub.Team.DiscussionComment (GitHub REST API Client v0.2.0)
Provides struct and type for a Team.DiscussionComment
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Team.DiscussionComment{ __info__: map(), author: GitHub.User.simple() | nil, body: String.t(), body_html: String.t(), body_version: String.t(), created_at: DateTime.t(), discussion_url: String.t(), html_url: String.t(), last_edited_at: DateTime.t() | nil, node_id: String.t(), number: integer(), reactions: GitHub.Reaction.Rollup.t() | nil, updated_at: DateTime.t(), url: String.t() }