View Source GitHub.MergedUpstream (GitHub REST API Client v0.3.1)

Provides struct and type for a MergedUpstream

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.MergedUpstream{
  __info__: map(),
  base_branch: String.t() | nil,
  merge_type: String.t() | nil,
  message: String.t() | nil
}