struct

Octokit::Models::LabelResult

Inherits Struct < Value < Object

Constructors

new(id : Int64, url : String, name : String, color : String, default : Bool, description : String, score : Float64)
new(__temp_4451 : JSON::PullParser)

Instance methods

color
color=(_color : String)
default
default=(_default : Bool)
description
description=(_description : String)
id
id=(_id : Int64)
name
name=(_name : String)
score
score=(_score : Float64)
to_json(json : JSON::Builder)
url
url=(_url : String)