CategoryArgs

data class CategoryArgs(val categoryId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<CategoryArgs>

The category to which the update belongs.

Constructors

Link copied to clipboard
fun CategoryArgs(categoryId: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

The identifier of the category.

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

The localized name of the category.