Search
Provides struct and types for a EnvironmentProtectionRules
@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 }