Skip to contents

FileType Class

Format

An R6Class generator object

Methods


Method new()

Usage

FileType$new(...)


Method toJSON()

Usage

FileType$toJSON()


Method fromJSON()

Usage

FileType$fromJSON(FileTypeJson)


Method toJSONString()

Usage

FileType$toJSONString()


Method fromJSONString()

Usage

FileType$fromJSONString(FileTypeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

FileType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.