class Gitlab::Label
- Gitlab::Label
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #color : String
- #color=(color : String)
- #created_at : String
- #created_at=(created_at : String)
- #description : String | Nil
- #description=(description : String | Nil)
- #group_id : Int32 | Nil
- #group_id=(group_id : Int32 | Nil)
- #id : Int32
- #id=(id : Int32)
- #label_type : String | Nil
- #label_type=(label_type : String | Nil)
- #project_id : Int32 | Nil
- #project_id=(project_id : Int32 | Nil)
- #template : Bool
- #template=(template : Bool)
- #title : String
- #title=(title : String)
- #updated_at : String
- #updated_at=(updated_at : String)