View Source GitHub.Actions.ReviewCustomGates.StateRequired (GitHub REST API Client v0.0.11)

Provides struct and type for ReviewCustomGatesStateRequired

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Actions.ReviewCustomGates.StateRequired{
  __info__: map(),
  comment: String.t() | nil,
  environment_name: String.t(),
  state: String.t()
}