struct Octokit::Models::Label
- Octokit::Models::Label
- Struct
- Value
- Object
Defined in:
octokit/models/issue_labels.crConstructors
- .new(id : Int64, url : String, name : String, color : String, description : Union(String, Nil), default : Bool, node_id : String)
- .new(__temp_2350 : JSON::PullParser)
Instance Method Summary
- #color : String
- #color=(_color : String)
- #default : Bool
- #default=(_default : Bool)
- #description : Union(String, Nil)
- #description=(_description : Union(String, Nil))
- #id : Int64
- #id=(_id : Int64)
- #name : String
- #name=(_name : String)
- #node_id : String
- #node_id=(_node_id : String)
- #to_json(json : JSON::Builder)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(id : Int64, url : String, name : String, color : String, description : Union(String, Nil), default : Bool, node_id : String)
#