struct Octokit::Models::DeploymentStatus
- Octokit::Models::DeploymentStatus
- Struct
- Value
- Object
Defined in:
octokit/models/repo_deployments.crConstructors
- .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_3888 : JSON::PullParser)
Instance Method Summary
- #created_at : Time
- #created_at=(_created_at : Time)
- #creator : User
- #creator=(_creator : User)
- #deployment_url : String
- #deployment_url=(_deployment_url : String)
- #description : String
- #description=(_description : String)
- #id : Int64
- #id=(_id : Int64)
- #node_id : String
- #node_id=(_node_id : String)
- #repository_url : String
- #repository_url=(_repository_url : String)
- #state : String
- #state=(_state : String)
- #target_url : String
- #target_url=(_target_url : String)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
Constructor Detail
def self.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)
#