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

Provides struct and type for EnvironmentApprovals

Link to this section Summary

Link to this section Types

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