docs/GitObject
Forgejo::GitObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
sha | String | [optional] | |
type | String | [optional] | |
url | String | [optional] |
Example
require 'forgejo' instance = Forgejo::GitObject.new( sha: null, type: null, url: null )