struct Octokit::Models::DeploymentStatusRequest
- Octokit::Models::DeploymentStatusRequest
- Struct
- Value
- Object
Defined in:
octokit/models/repo_deployments.crConstructors
- .new(state : String, log_url : String, description : String, environment : String, environment_url : String, auto_inactive : Bool)
- .new(__temp_3911 : JSON::PullParser)
Instance Method Summary
- #auto_inactive : Bool
- #auto_inactive=(_auto_inactive : Bool)
- #description : String
- #description=(_description : String)
- #environment : String
- #environment=(_environment : String)
- #environment_url : String
- #environment_url=(_environment_url : String)
- #log_url : String
- #log_url=(_log_url : String)
- #state : String
- #state=(_state : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(state : String, log_url : String, description : String, environment : String, environment_url : String, auto_inactive : Bool)
#