View Source GitHub.Environment (GitHub REST API Client v0.2.3)
Provides struct and type for a Environment
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Environment{ __info__: map(), created_at: DateTime.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: DateTime.t(), url: String.t() }