InlineEventPropertiesArgs

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

Additional information about every inline event.

Constructors

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

Properties

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

The dataSchemaUrl for the inline event.

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

The description for the inline event.

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

The displayName for the inline event.

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

The documentationUrl for the inline event.

Functions

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