View Source GitHub.Release.NotesContent (GitHub REST API Client v0.1.1)

Provides struct and type for a Release.NotesContent

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Release.NotesContent{
  __info__: map(),
  body: String.t(),
  name: String.t()
}