struct

Octokit::Models::Label

Inherits Struct < Value < Object

Constructors

new(id : Int64, url : String, name : String, color : String, description : Union(String, Nil), default : Bool, node_id : String)
new(__temp_2369 : JSON::PullParser)

Instance methods

color
color=(_color : String)
default
default=(_default : Bool)
description
description=(_description : Union(String, Nil))
id
id=(_id : Int64)
name
name=(_name : String)
node_id
node_id=(_node_id : String)
to_json(json : JSON::Builder)
url
url=(_url : String)