View Source GitHub.Repository.PropertyAndRefName (GitHub REST API Client v0.3.3)

Provides struct and type for a Repository.PropertyAndRefName

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Repository.PropertyAndRefName{
  __info__: map(),
  ref_name: map() | nil,
  repository_property:
    GitHub.Repository.PropertyAndRefNameRepositoryProperty.t() | nil
}