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

Provides struct and type for DeploymentProtectionRule

Link to this section Summary

Link to this section Types

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