ViewIncludedPropertyArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val name: Output<String>