View Source GitHub.Deployment.ProtectionRule (GitHub REST API Client v0.2.2)

Provides struct and type for a Deployment.ProtectionRule

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Deployment.ProtectionRule{
  __info__: map(),
  app: GitHub.CustomDeploymentRuleApp.t(),
  enabled: boolean(),
  id: integer(),
  node_id: String.t()
}