Search
Provides struct and type for Environment
@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() }