class Docr::Types::HealthcheckResult
- Docr::Types::HealthcheckResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/healthcheck_result.crConstructors
Instance Method Summary
- #end_check : String
- #end_check=(end_check : String)
- #exit_code : Int64
- #exit_code=(exit_code : Int64)
- #output : String
- #output=(output : String)
- #start_check : String
- #start_check=(start_check : String)