Search
Provides struct and type for GistComment
@type t() :: %GitHub.Gist.Comment{ __info__: map(), author_association: String.t(), body: String.t(), created_at: String.t(), id: integer(), node_id: String.t(), updated_at: String.t(), url: String.t(), user: GitHub.User.simple() | nil }