struct

Octokit::Models::Deployment

Inherits Struct < Value < Object

Constructors

new(url : String, id : Int64, sha : String, ref : String, task : String, payload : String, environment : String, description : String, creator : User, created_at : Time, updated_at : Time, statuses_url : String, repository_url : String, node_id : String)
new(__temp_3840 : JSON::PullParser)

Instance methods

created_at
created_at=(_created_at : Time)
creator
creator=(_creator : User)
description
description=(_description : String)
environment
environment=(_environment : String)
id
id=(_id : Int64)
node_id
node_id=(_node_id : String)
payload
payload=(_payload : String)
ref
ref=(_ref : String)
repository_url
repository_url=(_repository_url : String)
sha
sha=(_sha : String)
statuses_url
statuses_url=(_statuses_url : String)
task
task=(_task : String)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)