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

Provides struct and type for a EnvironmentApprovalsEnvironments

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.EnvironmentApprovalsEnvironments{
  __info__: map(),
  created_at: DateTime.t() | nil,
  html_url: String.t() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  node_id: String.t() | nil,
  updated_at: DateTime.t() | nil,
  url: String.t() | nil
}