GetExportPlainArgs

data class GetExportPlainArgs(val name: String) : ConvertibleToJava<GetExportPlainArgs>

A collection of arguments for invoking getExport.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the export as it appears in the console or from list-exports

Functions

Link copied to clipboard
open override fun toJava(): GetExportPlainArgs