docs/IssueFormField

Forgejo::IssueFormField

Properties

Name Type Description Notes
attributes Hash<String, Object> [optional]
id String [optional]
type String [optional]
validations Hash<String, Object> [optional]
visible Array<String> [optional]

Example

require 'forgejo'

instance = Forgejo::IssueFormField.new(
  attributes: null,
  id: null,
  type: null,
  validations: null,
  visible: null
)