View Source GitHub.TagProtection (GitHub REST API Client v0.2.3)

Provides struct and type for a TagProtection

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.TagProtection{
  __info__: map(),
  created_at: String.t() | nil,
  enabled: boolean() | nil,
  id: integer() | nil,
  pattern: String.t(),
  updated_at: String.t() | nil
}