docs/Label
Forgejo::Label
Properties
Name | Type | Description | Notes |
---|---|---|---|
color | String | [optional] | |
description | String | [optional] | |
exclusive | Boolean | [optional] | |
id | Integer | [optional] | |
is_archived | Boolean | [optional] | |
name | String | [optional] | |
url | String | [optional] |
Example
require 'forgejo' instance = Forgejo::Label.new( color: 00aabb, description: null, exclusive: false, id: null, is_archived: false, name: null, url: null )