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

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: map(),
  reviewers: [map()],
  wait_timer: integer(),
  wait_timer_started_at: DateTime.t() | nil
}