View Source GitHub.Environment (GitHub REST API Client v0.0.1-beta.0)

Provides struct and type for Environment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Environment{
  created_at: String.t(),
  deployment_branch_policy: GitHub.Deployment.BranchPolicySettings.t() | nil,
  html_url: String.t(),
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  protection_rules: [map()] | nil,
  updated_at: String.t(),
  url: String.t()
}