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

Provides struct and type for TagProtection

Link to this section Summary

Link to this section Types

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