struct Octokit::Models::DeploymentStatus

Defined in:

octokit/models/repo_deployments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, state : String, creator : User, description : String, target_url : String, created_at : Time, updated_at : Time, deployment_url : String, repository_url : String, node_id : String) #

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

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def creator : User #

def creator=(_creator : User) #

def deployment_url : String #

def deployment_url=(_deployment_url : String) #

def description : String #

def description=(_description : String) #

def id : String #

def id=(_id : String) #

def node_id : String #

def node_id=(_node_id : String) #

def repository_url : String #

def repository_url=(_repository_url : String) #

def state : String #

def state=(_state : String) #

def target_url : String #

def target_url=(_target_url : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #