ContentArgs

data class ContentArgs(val description: Output<String>, val title: Output<String>) : ConvertibleToJava<ContentArgs>

Article details of the insight like title, description etc

Constructors

Link copied to clipboard
constructor(description: Output<String>, title: Output<String>)

Properties

Link copied to clipboard
val description: Output<String>

Description of the insight

Link copied to clipboard
val title: Output<String>

Title of the insight

Functions

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