GitHub::Deployments::CreateDeploymentRequest(Payload)
Inherits MessagePack::Serializable < JSON::Serializable < GitHub::Resource < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
new(pull : MessagePack::Unpacker)
new(ref : String, *, task : Nil | String = nil, auto_merge : Bool | Nil = nil, required_contexts : Nil | Array(String) = nil, payload : Payload = nil, environment : Nil | String = nil, description : Nil | String = nil, transient_environment : Bool | Nil = nil, production_environment : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance methods
auto_merge
Sourcedescription
Sourceenvironment
Sourcepayload
Sourceproduction_environment
Sourceref
Sourcerequired_contexts
Sourcetask
Sourcetransient_environment
Source