struct Octokit::Models::DeploymentStatusRequest

Defined in:

octokit/models/repo_deployments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(state : String, log_url : String, description : String, environment : String, environment_url : String, auto_inactive : Bool) #

def self.new(__temp_3325 : JSON::PullParser) #

Instance Method Detail

def auto_inactive : Bool #

def auto_inactive=(_auto_inactive : Bool) #

def description : String #

def description=(_description : String) #

def environment : String #

def environment=(_environment : String) #

def environment_url : String #

def environment_url=(_environment_url : String) #

def log_url : String #

def log_url=(_log_url : String) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #