DatasetCreateRequestRegistrationArgs

data class DatasetCreateRequestRegistrationArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DatasetCreateRequestRegistrationArgs>

Constructors

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

Properties

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

The description for the dataset.

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

The name of the dataset.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tags associated with the dataset.

Functions

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