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

Provides struct and type for a EnvironmentApprovals

Link to this section Summary

Link to this section Types

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