UDFInfo Class
Public fields
id
character [optional]
name
character [optional]
language
UDFLanguage [optional]
type
UDFType [optional]
readme
character [optional]
license_id
character [optional]
license_text
character [optional]
tags
list( character ) [optional]
Methods
Method new()
Usage
UDFInfo$new(
id = NULL,
name = NULL,
language = NULL,
type = NULL,
readme = NULL,
license_id = NULL,
license_text = NULL,
tags = NULL,
...
)