struct

Octokit::Models::DeploymentStatus

Inherits Struct < Value < Object

Constructors

new(id : Int64, state : String, creator : User, description : String, target_url : String, created_at : Time, updated_at : Time, deployment_url : String, repository_url : String, node_id : String)
new(__temp_3903 : JSON::PullParser)

Instance methods

created_at
created_at=(_created_at : Time)
creator
creator=(_creator : User)
deployment_url
deployment_url=(_deployment_url : String)
description
description=(_description : String)
id
id=(_id : Int64)
node_id
node_id=(_node_id : String)
repository_url
repository_url=(_repository_url : String)
state
state=(_state : String)
target_url
target_url=(_target_url : String)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : Time)