View Source GitHub.EnvironmentProtectionRules (GitHub REST API Client v0.3.0)

Provides struct and types for a EnvironmentProtectionRules

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.EnvironmentProtectionRules{
  __info__: map(),
  id: integer(),
  node_id: String.t(),
  prevent_self_review: boolean() | nil,
  reviewers: [GitHub.EnvironmentProtectionRulesReviewers.t()] | nil,
  type: String.t(),
  wait_timer: integer() | nil
}