docs/FileLinksResponse

Forgejo::FileLinksResponse

Properties

Name Type Description Notes
git String [optional]
html String [optional]
_self String [optional]

Example

require 'forgejo'

instance = Forgejo::FileLinksResponse.new(
  git: null,
  html: null,
  _self: null
)