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

Provides struct and type for a PendingDeployment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.PendingDeployment{
  __info__: map(),
  current_user_can_approve: boolean(),
  environment: GitHub.PendingDeploymentEnvironment.t(),
  reviewers: [GitHub.PendingDeploymentReviewers.t()],
  wait_timer: integer(),
  wait_timer_started_at: DateTime.t() | nil
}