ViewIncludedPropertyArgs

data class ViewIncludedPropertyArgs(val name: Output<String>) : ConvertibleToJava<ViewIncludedPropertyArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the property that is included in this view.

Functions

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