Skip to contents

FileCreate Class

Format

An R6Class generator object

Public fields

input_uri

character [optional]

output_uri

character [optional]

name

character [optional]

Methods


Method new()

Usage

FileCreate$new(input_uri = NULL, output_uri = NULL, name = NULL, ...)


Method toJSON()

Usage

FileCreate$toJSON()


Method fromJSON()

Usage

FileCreate$fromJSON(FileCreateJson)


Method toJSONString()

Usage

FileCreate$toJSONString()


Method fromJSONString()

Usage

FileCreate$fromJSONString(FileCreateJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

FileCreate$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.