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

Provides struct and type for a EnvironmentProtectionRulesReviewers

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.EnvironmentProtectionRulesReviewers{
  __info__: map(),
  reviewer: GitHub.Team.t() | GitHub.User.simple() | nil,
  type: String.t() | nil
}