docs/Note
Forgejo::Note
Properties
Name | Type | Description | Notes |
---|---|---|---|
commit | Commit | [optional] | |
message | String | [optional] |
Example
require 'forgejo' instance = Forgejo::Note.new( commit: null, message: null )
Name | Type | Description | Notes |
---|---|---|---|
commit | Commit | [optional] | |
message | String | [optional] |
require 'forgejo' instance = Forgejo::Note.new( commit: null, message: null )