View Source GitHub.EnvironmentApprovals (GitHub REST API Client v0.0.4)

Provides struct and type for EnvironmentApprovals

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.EnvironmentApprovals{
  comment: String.t(),
  environments: [map()],
  state: String.t(),
  user: GitHub.User.simple()
}