View Source GitHub.Gist.Comment (GitHub REST API Client v0.3.0)
Provides struct and type for a Gist.Comment
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Gist.Comment{ __info__: map(), author_association: String.t(), body: String.t(), created_at: DateTime.t(), id: integer(), node_id: String.t(), updated_at: DateTime.t(), url: String.t(), user: GitHub.User.simple() | nil }