struct Octokit::Models::Deployment
- Octokit::Models::Deployment
- Struct
- Value
- Object
Defined in:
octokit/models/repo_deployments.crConstructors
- .new(url : String, id : Int64, sha : String, ref : String, task : String, payload : JSON::Any, environment : String, description : Union(String, Nil), creator : User, created_at : Time, updated_at : Time, statuses_url : String, repository_url : String, node_id : String)
- .new(__temp_3825 : JSON::PullParser)
Instance Method Summary
- #created_at : Time
- #created_at=(_created_at : Time)
- #creator : User
- #creator=(_creator : User)
- #description : Union(String, Nil)
- #description=(_description : Union(String, Nil))
- #environment : String
- #environment=(_environment : String)
- #id : Int64
- #id=(_id : Int64)
- #node_id : String
- #node_id=(_node_id : String)
- #payload : JSON::Any
- #payload=(_payload : JSON::Any)
- #ref : String
- #ref=(_ref : String)
- #repository_url : String
- #repository_url=(_repository_url : String)
- #sha : String
- #sha=(_sha : String)
- #statuses_url : String
- #statuses_url=(_statuses_url : String)
- #task : String
- #task=(_task : String)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(url : String, id : Int64, sha : String, ref : String, task : String, payload : JSON::Any, environment : String, description : Union(String, Nil), creator : User, created_at : Time, updated_at : Time, statuses_url : String, repository_url : String, node_id : String)
#