DatasetFolderArgs

data class DatasetFolderArgs(val name: Output<String>? = null) : ConvertibleToJava<DatasetFolderArgs>

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the folder that this Dataset is in.

Functions

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