View Source GitHub.Deployment.BranchPolicy (GitHub REST API Client v0.3.1)

Provides struct and type for a Deployment.BranchPolicy

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Deployment.BranchPolicy{
  __info__: map(),
  id: integer() | nil,
  name: String.t() | nil,
  node_id: String.t() | nil,
  type: String.t() | nil
}