struct

Octokit::Models::DeploymentRequest

Inherits Struct < Value < Object

Constructors

new(ref : String, task : String, auto_merge : Bool, required_contexts : Array(String), payload : String, environment : String, description : String, transient_environment : Bool, production_environment : Bool)
new(__temp_3871 : JSON::PullParser)

Instance methods

auto_merge
auto_merge=(_auto_merge : Bool)
description
description=(_description : String)
environment
environment=(_environment : String)
payload
payload=(_payload : String)
production_environment
production_environment=(_production_environment : Bool)
ref
ref=(_ref : String)
required_contexts
required_contexts=(_required_contexts : Array(String))
task
task=(_task : String)
to_json(json : JSON::Builder)
transient_environment
transient_environment=(_transient_environment : Bool)