Flow Schema List Args
data class FlowSchemaListArgs(val apiVersion: Output<String>? = null, val items: Output<List<FlowSchemaArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<FlowSchemaListArgs>
FlowSchemaList is a list of FlowSchema objects.
Constructors
Link copied to clipboard
fun FlowSchemaListArgs(apiVersion: Output<String>? = null, items: Output<List<FlowSchemaArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)