docs/QuotaUsedSizeGit

Forgejo::QuotaUsedSizeGit

Properties

Name Type Description Notes
lfs Integer Storage size of the user’s Git LFS objects [optional]

Example

require 'forgejo'

instance = Forgejo::QuotaUsedSizeGit.new(
  lfs: null
)