ProjectPropertiesArgs

data class ProjectPropertiesArgs(val description: Output<String>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesArgs>

Properties of Cognitive Services Project'.

Constructors

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

Properties

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

The description of the Cognitive Services Project.

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

The display name of the Cognitive Services Project.

Functions

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