FileContent

data class FileContent(val value: String) : InputFileSource

Specify the input contents, as a string, for the source of an outbound transformation.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this InputFileSource as a FileContent and retrieves its kotlin.String value. Throws an exception if the InputFileSource is not a FileContent.

Link copied to clipboard

Casts this InputFileSource as a FileContent and retrieves its kotlin.String value. Returns null if the InputFileSource is not a FileContent.